Reviewers: Yang,

Description:
Add missing AllowHandleDereference to LAllocator::BuildLiveRanges.

R=yang...@chromium.org

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

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

Affected files:
  M src/lithium-allocator.cc


Index: src/lithium-allocator.cc
diff --git a/src/lithium-allocator.cc b/src/lithium-allocator.cc
index 9defc5e29cefc955a35b2df6dfbc82dcb5ba36a7..1fd921f191b82beb6f2e840a55ecaf65e7f7e08c 100644
--- a/src/lithium-allocator.cc
+++ b/src/lithium-allocator.cc
@@ -1348,6 +1348,7 @@ void LAllocator::BuildLiveRanges() {
           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
v8-dev@googlegroups.com
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 v8-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to