| Index: src/runtime/runtime-debug.cc
|
| diff --git a/src/runtime/runtime-debug.cc b/src/runtime/runtime-debug.cc
|
| index ea5b68a8f1fc88cab1a73f6c31ed465b6fdaf101..a1a5ee196800f04cdd918b319d40db56b73e989c 100644
|
| --- a/src/runtime/runtime-debug.cc
|
| +++ b/src/runtime/runtime-debug.cc
|
| @@ -1491,7 +1491,8 @@ class ScopeIterator {
|
| Handle<SharedFunctionInfo> shared_info) {
|
| if (scope != NULL) {
|
| int source_position = shared_info->code()->SourcePosition(frame_->pc());
|
| - scope->GetNestedScopeChain(&nested_scope_chain_, source_position);
|
| + scope->GetNestedScopeChain(isolate_, &nested_scope_chain_,
|
| + source_position);
|
| } else {
|
| // A failed reparse indicates that the preparser has diverged from the
|
| // parser or that the preparse data given to the initial parse has been
|
|
|