| Index: runtime/vm/regexp_assembler_bytecode.h
|
| diff --git a/runtime/vm/regexp_assembler_bytecode.h b/runtime/vm/regexp_assembler_bytecode.h
|
| index e8d61740475613797d342e137f6ce7fa1e465fdf..df9e46fa2c45e62aae344790ea2193b20fb311bd 100644
|
| --- a/runtime/vm/regexp_assembler_bytecode.h
|
| +++ b/runtime/vm/regexp_assembler_bytecode.h
|
| @@ -107,6 +107,7 @@ class BytecodeRegExpMacroAssembler : public RegExpMacroAssembler {
|
| static RawInstance* Interpret(const RegExp& regexp,
|
| const String& str,
|
| const Smi& start_index,
|
| + bool is_sticky,
|
| Zone* zone);
|
|
|
| private:
|
|
|