From ce519749433fd922e11c2378b03c672d09aca235 Mon Sep 17 00:00:00 2001 From: yangguo Date: Tue, 11 Aug 2015 02:32:27 -0700 Subject: [PATCH] Remove redundant handle in ScopeIterator constructor. R=bmeurer@chromium.org Review URL: https://codereview.chromium.org/1286653004 Cr-Commit-Position: refs/heads/master@{#30106} --- src/debug/debug-scopes.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/debug/debug-scopes.cc b/src/debug/debug-scopes.cc index e3b4e2c..bba8fe8 100644 --- a/src/debug/debug-scopes.cc +++ b/src/debug/debug-scopes.cc @@ -83,7 +83,6 @@ ScopeIterator::ScopeIterator(Isolate* isolate, FrameInspector* frame_inspector, Scope* scope = NULL; // Check whether we are in global, eval or function code. - Handle scope_info(shared_info->scope_info()); Zone zone; if (scope_info->scope_type() != FUNCTION_SCOPE && scope_info->scope_type() != ARROW_SCOPE) { -- 2.7.4