| Index: src/objects.h
|
| diff --git a/src/objects.h b/src/objects.h
|
| index cd651060dc83bab332ec64bc5dc2da299f09addd..a6e59d2745e592202294b2d1305024c91ed672c4 100644
|
| --- a/src/objects.h
|
| +++ b/src/objects.h
|
| @@ -4103,9 +4103,9 @@ class ScopeInfo : public FixedArray {
|
|
|
|
|
| // Copies all the context locals into an object used to materialize a scope.
|
| - bool CopyContextLocalsToScopeObject(Isolate* isolate,
|
| - Handle<Context> context,
|
| - Handle<JSObject> scope_object);
|
| + static bool CopyContextLocalsToScopeObject(Handle<ScopeInfo> scope_info,
|
| + Handle<Context> context,
|
| + Handle<JSObject> scope_object);
|
|
|
|
|
| static Handle<ScopeInfo> Create(Scope* scope, Zone* zone);
|
|
|