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

Unified Diff: runtime/vm/parser.h

Issue 2618823002: VM: Fix bug in deferred loading. (Closed)
Patch Set: Created 3 years, 11 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/parser.h
diff --git a/runtime/vm/parser.h b/runtime/vm/parser.h
index 38961c8de38caad04664da3d32b606cb94d47ea7..7f11efef97dc4f19d624849e07ab33b0e9a00410 100644
--- a/runtime/vm/parser.h
+++ b/runtime/vm/parser.h
@@ -805,7 +805,8 @@ class Parser : public ValueObject {
bool require_const);
AstNode* ParseStaticCall(const Class& cls,
const String& method_name,
- TokenPosition ident_pos);
+ TokenPosition ident_pos,
+ const LibraryPrefix* prefix = NULL);
AstNode* ParseInstanceCall(AstNode* receiver,
const String& method_name,
TokenPosition ident_pos,

Powered by Google App Engine
This is Rietveld 408576698