Reviewers: Michael Starzinger,

Description:
Fix compilation on x64 after r15466

[email protected]

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

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

Affected files:
  M src/gdb-jit.cc


Index: src/gdb-jit.cc
diff --git a/src/gdb-jit.cc b/src/gdb-jit.cc
index 5293fe789ed4bcfc6b3ff8f2d27a0de7dfba549f..0140bbb9551bf20a85ed88ee1ab083fc42f8e20c 100644
--- a/src/gdb-jit.cc
+++ b/src/gdb-jit.cc
@@ -1799,7 +1799,7 @@ static void CreateDWARFSections(CodeDescription* desc,
     obj->AddSection(new(zone) DebugLineSection(desc));
   }
 #if V8_TARGET_ARCH_X64
-  obj->AddSection(new(zone) UnwindInfoSection(desc), zone);
+  obj->AddSection(new(zone) UnwindInfoSection(desc));
 #endif
 }



--
--
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