Chromium Code Reviews| Index: runtime/vm/parser.h |
| diff --git a/runtime/vm/parser.h b/runtime/vm/parser.h |
| index a5acab9edc199f3f97fd6aec9d66ff726f5ae34b..2af08c21ed574cdb061a0c9f5fe5487fc38d751b 100644 |
| --- a/runtime/vm/parser.h |
| +++ b/runtime/vm/parser.h |
| @@ -287,6 +287,7 @@ class Parser : public ValueObject { |
| void SkipFunctionLiteral(); |
| void SkipStringLiteral(); |
| void SkipQualIdent(); |
| + void SkipFunctionPreamble(); |
| void CheckConstructorCallTypeArguments( |
| intptr_t pos, |