| Index: runtime/vm/object.h
|
| diff --git a/runtime/vm/object.h b/runtime/vm/object.h
|
| index d67b06a0f5b3c5c37d341b5764105c71fc0acd5d..ecf8c9ef0112f2541b3c6f39f14aa06913cdb8c6 100644
|
| --- a/runtime/vm/object.h
|
| +++ b/runtime/vm/object.h
|
| @@ -3601,7 +3601,8 @@ class Library : public Object {
|
| void InitClassDictionary() const;
|
|
|
| RawArray* resolved_names() const { return raw_ptr()->resolved_names_; }
|
| - void InitResolvedNamesCache(intptr_t size) const;
|
| + void InitResolvedNamesCache(intptr_t size,
|
| + SnapshotReader* reader = NULL) const;
|
| void GrowResolvedNamesCache() const;
|
| bool LookupResolvedNamesCache(const String& name, Object* obj) const;
|
| void AddToResolvedNamesCache(const String& name, const Object& obj) const;
|
|
|