| Index: src/debug/debug-scopes.h
|
| diff --git a/src/debug/debug-scopes.h b/src/debug/debug-scopes.h
|
| index 0247cc4bcecfd77bd60e85e1a7920d10f855639f..20cd0336dc9907e8b741d0d3e1b902475795606b 100644
|
| --- a/src/debug/debug-scopes.h
|
| +++ b/src/debug/debug-scopes.h
|
| @@ -116,6 +116,9 @@ class ScopeIterator {
|
| void CopyContextLocalsToScopeObject(Handle<ScopeInfo> scope_info,
|
| Handle<Context> context,
|
| Handle<JSObject> scope_object);
|
| + bool CopyContextExtensionToScopeObject(Handle<JSObject> extension,
|
| + Handle<JSObject> scope_object,
|
| + JSReceiver::KeyCollectionType type);
|
|
|
| DISALLOW_IMPLICIT_CONSTRUCTORS(ScopeIterator);
|
| };
|
|
|