Author: [email protected]
Date: Fri Jan 23 09:48:58 2009
New Revision: 1141

Modified:
    branches/bleeding_edge/src/handles.h

Log:
Fix Windows build (maybe).

TBR=fqian

Review URL: http://codereview.chromium.org/18556

Modified: branches/bleeding_edge/src/handles.h
==============================================================================
--- branches/bleeding_edge/src/handles.h        (original)
+++ branches/bleeding_edge/src/handles.h        Fri Jan 23 09:48:58 2009
@@ -85,7 +85,7 @@

    // Closes the given scope, but lets this handle escape. See
    // implementation in api.h.
-  inline Handle<T> EscapeFrom(HandleScope* scope);
+  inline Handle<T> EscapeFrom(v8::HandleScope* scope);

   private:
    T** location_;

--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to