Chromium Code Reviews| Index: runtime/vm/snapshot.cc |
| =================================================================== |
| --- runtime/vm/snapshot.cc (revision 34495) |
| +++ runtime/vm/snapshot.cc (working copy) |
| @@ -598,7 +598,7 @@ |
| RawLibraryPrefix* SnapshotReader::NewLibraryPrefix() { |
| - ALLOC_NEW_OBJECT(LibraryPrefix, Object::library_prefix_class()); |
| + ALLOC_NEW_OBJECT(LibraryPrefix, object_store()->library_prefix_class()); |
| } |