Chromium Code Reviews| Index: src/objects.h |
| =================================================================== |
| --- src/objects.h (revision 5059) |
| +++ src/objects.h (working copy) |
| @@ -3273,7 +3273,7 @@ |
| DECL_ACCESSORS(code, Code) |
| // [scope_info]: Scope info. |
| - DECL_ACCESSORS(scope_info, Object) |
| + DECL_ACCESSORS(scope_info, SerializedScopeInfo) |
| // [construct stub]: Code stub for constructing instances of this function. |
| DECL_ACCESSORS(construct_stub, Code) |