| Index: runtime/vm/object.h
|
| diff --git a/runtime/vm/object.h b/runtime/vm/object.h
|
| index 082e6aa3e8e0050c4e5e16782ffb94716f504ecd..0afe1b33cdada13491bbb07e95f436a68b152adb 100644
|
| --- a/runtime/vm/object.h
|
| +++ b/runtime/vm/object.h
|
| @@ -3750,8 +3750,7 @@ class Library : public Object {
|
| void InitClassDictionary() const;
|
|
|
| RawArray* resolved_names() const { return raw_ptr()->resolved_names_; }
|
| - void InitResolvedNamesCache(intptr_t size,
|
| - SnapshotReader* reader = NULL) const;
|
| + void InitResolvedNamesCache(intptr_t size) const;
|
| void AllocateExportedNamesCache() const;
|
| void InitExportedNamesCache() const;
|
| static void InvalidateExportedNamesCaches();
|
|
|