| Index: src/objects.h
 | 
| diff --git a/src/objects.h b/src/objects.h
 | 
| index cb7b78f69dac90e13b9297c33a9040fee2811d58..332d1ed92c42f4e3f75f759cc9d2d7ce7f76ecd4 100644
 | 
| --- a/src/objects.h
 | 
| +++ b/src/objects.h
 | 
| @@ -4260,7 +4260,7 @@ class ScopeInfo : public FixedArray {
 | 
|                                               Handle<JSObject> scope_object);
 | 
|  
 | 
|  
 | 
| -  static Handle<ScopeInfo> Create(Scope* scope, Zone* zone);
 | 
| +  static Handle<ScopeInfo> Create(Isolate* isolate, Zone* zone, Scope* scope);
 | 
|  
 | 
|    // Serializes empty scope info.
 | 
|    static ScopeInfo* Empty(Isolate* isolate);
 | 
| 
 |