Index: src/frames.cc |
diff --git a/src/frames.cc b/src/frames.cc |
index fdc6431dfe8957e2f7eab19ce0215dcbb2825d21..ed407e796b637af4072e6be69b85c8cd64fe86c0 100644 |
--- a/src/frames.cc |
+++ b/src/frames.cc |
@@ -1087,7 +1087,7 @@ void JavaScriptFrame::Print(StringStream* accumulator, |
// doesn't contain scope info, scope_info will return 0 for the number of |
// parameters, stack local variables, context local variables, stack slots, |
// or context slots. |
- Handle<ScopeInfo> scope_info(ScopeInfo::Empty()); |
+ Handle<ScopeInfo> scope_info(ScopeInfo::Empty(isolate())); |
if (function->IsJSFunction()) { |
Handle<SharedFunctionInfo> shared(JSFunction::cast(function)->shared()); |