summaryrefslogtreecommitdiff
path: root/chromium/v8/src/debug/debug-frames.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/v8/src/debug/debug-frames.cc')
-rw-r--r--chromium/v8/src/debug/debug-frames.cc4
1 files changed, 1 insertions, 3 deletions
diff --git a/chromium/v8/src/debug/debug-frames.cc b/chromium/v8/src/debug/debug-frames.cc
index 4fe062b277a..78c4c323fcd 100644
--- a/chromium/v8/src/debug/debug-frames.cc
+++ b/chromium/v8/src/debug/debug-frames.cc
@@ -93,10 +93,8 @@ bool FrameInspector::ParameterIsShadowedByContextLocal(
VariableMode mode;
InitializationFlag init_flag;
MaybeAssignedFlag maybe_assigned_flag;
- RequiresBrandCheckFlag requires_brand_check;
return ScopeInfo::ContextSlotIndex(*info, *parameter_name, &mode, &init_flag,
- &maybe_assigned_flag,
- &requires_brand_check) != -1;
+ &maybe_assigned_flag) != -1;
}
RedirectActiveFunctions::RedirectActiveFunctions(SharedFunctionInfo shared,