Reviewers: Feng Qian,

Description:
Fix Windows build (maybe).

TBR=fqian


Please review this at http://codereview.chromium.org/18556

SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/

Affected files:
   M     src/handles.h


Index: src/handles.h
===================================================================
--- src/handles.h       (revision 1140)
+++ src/handles.h       (working copy)
@@ -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