Chromium Code Reviews| Index: runtime/vm/parser.h |
| diff --git a/runtime/vm/parser.h b/runtime/vm/parser.h |
| index 92c30cbce689e7a233ae949fee9791816af4cf9a..2078f275979999f90a2c9acb9a24b30dd0ddd781 100644 |
| --- a/runtime/vm/parser.h |
| +++ b/runtime/vm/parser.h |
| @@ -285,6 +285,7 @@ class Parser : public ValueObject { |
| void SkipFunctionLiteral(); |
| void SkipStringLiteral(); |
| void SkipQualIdent(); |
| + void SkipFunctionPreamble(const Function& func); |
| void CheckConstructorCallTypeArguments( |
| intptr_t pos, |