| Index: runtime/vm/regexp_assembler_bytecode.h
|
| diff --git a/runtime/vm/regexp_assembler_bytecode.h b/runtime/vm/regexp_assembler_bytecode.h
|
| index 2de00d01e3574aea3867846f1b334209901b3c02..da2a6d7cf9a23de6b4d7d46765f445db2e3934c4 100644
|
| --- a/runtime/vm/regexp_assembler_bytecode.h
|
| +++ b/runtime/vm/regexp_assembler_bytecode.h
|
| @@ -105,7 +105,7 @@ class BytecodeRegExpMacroAssembler: public RegExpMacroAssembler {
|
| virtual void PrintBlocks() { UNIMPLEMENTED(); }
|
| /////
|
|
|
| - static RawInstance* Interpret(const JSRegExp& regexp,
|
| + static RawInstance* Interpret(const RegExp& regexp,
|
| const String& str,
|
| const Smi& start_index,
|
| Zone* zone);
|
|
|