Index: runtime/vm/regexp_parser.h |
diff --git a/runtime/vm/regexp_parser.h b/runtime/vm/regexp_parser.h |
index 264a4a35bd3263d3a0d708ca5d050a472c7cec83..f7083e682b3bcf53a5b4dc7b170e4c1070dce694 100644 |
--- a/runtime/vm/regexp_parser.h |
+++ b/runtime/vm/regexp_parser.h |
@@ -54,6 +54,8 @@ class RegExpParser : public ValueObject { |
String* error, |
bool multiline_mode); |
+ static bool ParseFunction(ParsedFunction* parsed_function); |
+ |
static bool ParseRegExp(const String& input, |
bool multiline, |
RegExpCompileData* result); |