| Index: src/runtime.cc
|
| diff --git a/src/runtime.cc b/src/runtime.cc
|
| index f712e5466e7617763863c1cd2c0b7304630ed2db..5724428f77cacd29461621d625b8c8a845fa54eb 100644
|
| --- a/src/runtime.cc
|
| +++ b/src/runtime.cc
|
| @@ -10367,7 +10367,7 @@ RUNTIME_FUNCTION(MaybeObject*, Runtime_GetFrameDetails) {
|
| Handle<JSFunction> function(JSFunction::cast(frame_inspector.GetFunction()));
|
| Handle<SharedFunctionInfo> shared(function->shared());
|
| Handle<ScopeInfo> scope_info(shared->scope_info());
|
| - ASSERT(*scope_info != ScopeInfo::Empty());
|
| + ASSERT(*scope_info != ScopeInfo::Empty(isolate));
|
|
|
| // Get the locals names and values into a temporary array.
|
| //
|
|
|