| Index: src/objects.h
 | 
| diff --git a/src/objects.h b/src/objects.h
 | 
| index 921ab52043594d39a4bec98e950d53206c5ae576..37f7ce66b34e89c2ee4c084a994be7887a407ef5 100644
 | 
| --- a/src/objects.h
 | 
| +++ b/src/objects.h
 | 
| @@ -6526,7 +6526,6 @@ class SharedFunctionInfo: public HeapObject {
 | 
|        Handle<SharedFunctionInfo> shared, Handle<Context> native_context,
 | 
|        Handle<LiteralsArray> literals);
 | 
|  
 | 
| - public:
 | 
|    // Set up the link between shared function info and the script. The shared
 | 
|    // function info is added to the list on the script.
 | 
|    static void SetScript(Handle<SharedFunctionInfo> shared,
 | 
| 
 |