Chromium Code Reviews| Index: runtime/vm/object.h |
| diff --git a/runtime/vm/object.h b/runtime/vm/object.h |
| index 0f6ecbb1976220ad249d2ac42d4f2a220d753070..6cc87eb47b76eba79f008d7c9fa8531f6d1312bc 100644 |
| --- a/runtime/vm/object.h |
| +++ b/runtime/vm/object.h |
| @@ -2514,6 +2514,7 @@ class Script : public Object { |
| void Tokenize(const String& private_key) const; |
| + RawLibrary* FindLibrary() const; |
| RawString* GetLine(intptr_t line_number) const; |
| RawString* GetSnippet(intptr_t from_token_pos, |
| intptr_t to_token_pos) const; |