From eb6efbc53aced797343e0936c8eacb2fde9e78e3 Mon Sep 17 00:00:00 2001 From: "mstarzinger@chromium.org" Date: Fri, 7 Jun 2013 15:18:49 +0000 Subject: [PATCH] Add missing AllowHandleDereference to LAllocator::BuildLiveRanges. R=yangguo@chromium.org Review URL: https://codereview.chromium.org/16509004 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@15007 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- src/lithium-allocator.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lithium-allocator.cc b/src/lithium-allocator.cc index 9defc5e..1fd921f 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()); } -- 2.7.4