| Index: src/objects.h
 | 
| diff --git a/src/objects.h b/src/objects.h
 | 
| index 0cee2b9d606ad2d2bd6ddcf5a4f39cada3a17acb..0d4b0f075b82637cdd42d3004c3317c2b05a729b 100644
 | 
| --- a/src/objects.h
 | 
| +++ b/src/objects.h
 | 
| @@ -4392,6 +4392,7 @@ class ScopeInfo : public FixedArray {
 | 
|    FunctionKind function_kind();
 | 
|  
 | 
|    static Handle<ScopeInfo> Create(Isolate* isolate, Zone* zone, Scope* scope);
 | 
| +  static Handle<ScopeInfo> CreateForWithScope(Isolate* isolate);
 | 
|    static Handle<ScopeInfo> CreateGlobalThisBinding(Isolate* isolate);
 | 
|  
 | 
|    // Serializes empty scope info.
 | 
| 
 |