Reviewers: Benedikt Meurer,

Message:
PTAL. https://codereview.chromium.org/17827005/ removed runtime_zone and this
line should go away with that.

Description:
Fix the compilation of gdbjit

Please review this at https://codereview.chromium.org/18023005/

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

Affected files:
  M     src/gdb-jit.cc


Index: src/gdb-jit.cc
===================================================================
--- src/gdb-jit.cc      (revision 15349)
+++ src/gdb-jit.cc      (working copy)
@@ -2084,7 +2084,6 @@

   AddUnwindInfo(&code_desc);
   Isolate* isolate = code->GetIsolate();
-  Zone* zone = code->GetIsolate()->runtime_zone();
   JITCodeEntry* entry = CreateELFObject(&code_desc, isolate);
   ASSERT(!IsLineInfoTagged(entry));



--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to