Revision: 15362
Author:   [email protected]
Date:     Thu Jun 27 07:44:36 2013
Log:      Fix constructor call of relocation lock.

[email protected]

Review URL: https://codereview.chromium.org/18020002

Patch from Haitao Feng <[email protected]>.
http://code.google.com/p/v8/source/detail?r=15362

Modified:
 /branches/bleeding_edge/src/hydrogen.cc

=======================================
--- /branches/bleeding_edge/src/hydrogen.cc     Thu Jun 27 07:36:14 2013
+++ /branches/bleeding_edge/src/hydrogen.cc     Thu Jun 27 07:44:36 2013
@@ -526,7 +526,7 @@


 void HGraph::Verify(bool do_full_verify) const {
-  Heap::RelocationLock(isolate()->heap());
+  Heap::RelocationLock relocation_lock(isolate()->heap());
   AllowHandleDereference allow_deref;
   AllowDeferredHandleDereference allow_deferred_deref;
   for (int i = 0; i < blocks_.length(); i++) {

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