| Index: runtime/vm/regexp_parser.cc
|
| diff --git a/runtime/vm/regexp_parser.cc b/runtime/vm/regexp_parser.cc
|
| index 03abf5a5a576b8047604d39d3d17362506c3d0dc..716afa46427e0ddff9d81db29ec69db73996d6bd 100644
|
| --- a/runtime/vm/regexp_parser.cc
|
| +++ b/runtime/vm/regexp_parser.cc
|
| @@ -217,6 +217,8 @@ RegExpParser::RegExpParser(const String& in,
|
|
|
|
|
| bool RegExpParser::ParseFunction(ParsedFunction *parsed_function) {
|
| + VMTagScope tagScope(Thread::Current()->isolate(),
|
| + VMTag::kCompileParseRegExpTagId);
|
| Zone* zone = parsed_function->zone();
|
| JSRegExp& regexp = JSRegExp::Handle(parsed_function->function().regexp());
|
|
|
|
|