| Index: runtime/vm/object.h
|
| diff --git a/runtime/vm/object.h b/runtime/vm/object.h
|
| index d43fbaaed9fa17c68c2444756a4262322f83ad24..7419287d79927ee72997d5fb8c29efd0cf733fa9 100644
|
| --- a/runtime/vm/object.h
|
| +++ b/runtime/vm/object.h
|
| @@ -3817,6 +3817,7 @@ class Library : public Object {
|
| RawObject* LookupImportedObject(const String& name) const;
|
| RawClass* LookupClass(const String& name) const;
|
| RawClass* LookupClassAllowPrivate(const String& name) const;
|
| + RawClass* SlowLookupClassAllowMultiPartPrivate(const String& name) const;
|
| RawClass* LookupLocalClass(const String& name) const;
|
| RawField* LookupFieldAllowPrivate(const String& name) const;
|
| RawField* LookupLocalField(const String& name) const;
|
|
|