| 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,
|
|
|