From: mstarzinger@chromium.org Date: Tue, 27 Aug 2013 08:49:27 +0000 (+0000) Subject: Fix --trace-hydrogen --enable-slow-asserts combination. X-Git-Tag: upstream/4.7.83~12814 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=93ff0d164f6eeb5711f3e9a0dbdfb1a9e8647510;p=platform%2Fupstream%2Fv8.git Fix --trace-hydrogen --enable-slow-asserts combination. R=jkummerow@chromium.org Review URL: https://codereview.chromium.org/23295035 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@16350 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- diff --git a/src/compiler.cc b/src/compiler.cc index c14234f..6c2bdce 100644 --- a/src/compiler.cc +++ b/src/compiler.cc @@ -1262,6 +1262,7 @@ CompilationPhase::~CompilationPhase() { bool CompilationPhase::ShouldProduceTraceOutput() const { // Trace if the appropriate trace flag is set and the phase name's first // character is in the FLAG_trace_phase command line parameter. + AllowHandleDereference allow_deref; bool tracing_on = info()->IsStub() ? FLAG_trace_hydrogen_stubs : (FLAG_trace_hydrogen &&