Chromium Code Reviews| Index: vm/object_store.h |
| =================================================================== |
| --- vm/object_store.h (revision 4911) |
| +++ vm/object_store.h (working copy) |
| @@ -384,8 +384,6 @@ |
| RawArray* keyword_symbols_; |
| RawObject** to() { return reinterpret_cast<RawObject**>(&keyword_symbols_); } |
| - bool preallocate_objects_called_; |
| - |
| friend class SnapshotReader; |
| DISALLOW_COPY_AND_ASSIGN(ObjectStore); |