| Index: runtime/vm/parser.h
|
| ===================================================================
|
| --- runtime/vm/parser.h (revision 18405)
|
| +++ runtime/vm/parser.h (working copy)
|
| @@ -591,7 +591,7 @@
|
| AstNode* MakeStaticCall(const String& cls_name,
|
| const String& func_name,
|
| ArgumentListNode* arguments);
|
| - String& Interpolate(ArrayNode* values);
|
| + String& Interpolate(const GrowableArray<AstNode*>& values);
|
| AstNode* MakeAssertCall(intptr_t begin, intptr_t end);
|
| AstNode* ThrowTypeError(intptr_t type_pos, const AbstractType& type);
|
| AstNode* ThrowNoSuchMethodError(intptr_t call_pos,
|
|
|