Revision: 8161
Author:   [email protected]
Date:     Thu Jun  2 10:50:02 2011
Log:      Patch by Luke Zarko.

Fix building with gdbjit=on

Issue 7101011: http://codereview.chromium.org/7101011
http://code.google.com/p/v8/source/detail?r=8161

Modified:
 /branches/bleeding_edge/src/gdb-jit.cc

=======================================
--- /branches/bleeding_edge/src/gdb-jit.cc      Fri Apr  8 04:25:19 2011
+++ /branches/bleeding_edge/src/gdb-jit.cc      Thu Jun  2 10:50:02 2011
@@ -1327,7 +1327,7 @@


 static JITCodeEntry* CreateELFObject(CodeDescription* desc) {
-  ZoneScope zone_scope(DELETE_ON_EXIT);
+  ZoneScope zone_scope(Isolate::Current(), DELETE_ON_EXIT);

   ELF elf;
   Writer w(&elf);

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

Reply via email to