| Index: runtime/vm/object.h
|
| ===================================================================
|
| --- runtime/vm/object.h (revision 18846)
|
| +++ runtime/vm/object.h (working copy)
|
| @@ -753,6 +753,7 @@
|
| RawFunction* LookupStaticFunction(const String& name) const;
|
| RawFunction* LookupStaticFunctionAllowPrivate(const String& name) const;
|
| RawFunction* LookupConstructor(const String& name) const;
|
| + RawFunction* LookupConstructorAllowPrivate(const String& name) const;
|
| RawFunction* LookupFactory(const String& name) const;
|
| RawFunction* LookupFunction(const String& name) const;
|
| RawFunction* LookupFunctionAllowPrivate(const String& name) const;
|
|
|