| Index: runtime/vm/parser.h
|
| diff --git a/runtime/vm/parser.h b/runtime/vm/parser.h
|
| index ba56ec91cfbf3073e4b94552f48951d325ac65d3..b711f761aa3d660b09f352b2be0a8b458b02de01 100644
|
| --- a/runtime/vm/parser.h
|
| +++ b/runtime/vm/parser.h
|
| @@ -770,7 +770,8 @@ class Parser : public ValueObject {
|
| ArgumentListNode* function_arguments,
|
| InvocationMirror::Call call,
|
| InvocationMirror::Type type,
|
| - const Function* func);
|
| + const Function* func,
|
| + const LibraryPrefix* prefix = NULL);
|
|
|
| void SetupSavedTryContext(LocalVariable* saved_try_context);
|
|
|
|
|