Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(577)

Unified Diff: runtime/vm/object.h

Issue 351373002: Coverage API revamp (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: runtime/vm/object.h
diff --git a/runtime/vm/object.h b/runtime/vm/object.h
index 4d938cee93ecd03927b9509860c2c0d008c8d38b..28f282ba95671a7750ff440e1e6fa035409c982a 100644
--- a/runtime/vm/object.h
+++ b/runtime/vm/object.h
@@ -2519,8 +2519,6 @@ class Script : public Object {
intptr_t* first_token_index,
intptr_t* last_token_index) const;
- RawLibrary* FindLibrary() const;
-
static intptr_t InstanceSize() {
return RoundedAllocationSize(sizeof(RawScript));
}

Powered by Google App Engine
This is Rietveld 408576698