Chromium Code Reviews| Index: runtime/vm/object.h |
| =================================================================== |
| --- runtime/vm/object.h (revision 23040) |
| +++ runtime/vm/object.h (working copy) |
| @@ -2163,8 +2163,6 @@ |
| RawLibrary* ImportLibraryAt(intptr_t index) const; |
| bool ImportsCorelib() const; |
| - RawFunction* LookupFunctionInSource(const String& script_url, |
| - intptr_t line_number) const; |
| RawFunction* LookupFunctionInScript(const Script& script, |
| intptr_t token_pos) const; |