Revision: 15007
Author:   [email protected]
Date:     Fri Jun  7 08:18:49 2013
Log:      Add missing AllowHandleDereference to LAllocator::BuildLiveRanges.

[email protected]

Review URL: https://codereview.chromium.org/16509004
http://code.google.com/p/v8/source/detail?r=15007

Modified:
 /branches/bleeding_edge/src/lithium-allocator.cc

=======================================
--- /branches/bleeding_edge/src/lithium-allocator.cc Mon Jun 3 09:57:36 2013 +++ /branches/bleeding_edge/src/lithium-allocator.cc Fri Jun 7 08:18:49 2013
@@ -1348,6 +1348,7 @@
           PrintF("Function: %s\n", CodeStub::MajorName(major_key, false));
         } else {
           ASSERT(chunk_->info()->IsOptimizing());
+          AllowHandleDereference allow_deref;
           PrintF("Function: %s\n",
                  *chunk_->info()->function()->debug_name()->ToCString());
         }

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