Chromium Code Reviews| Index: runtime/vm/regexp.h |
| diff --git a/runtime/vm/regexp.h b/runtime/vm/regexp.h |
| index e0260739da38eb6e754b2857a5bf813d35edb6db..dbb89a43e4160b9b8fe556eafa96f970186dabbe 100644 |
| --- a/runtime/vm/regexp.h |
| +++ b/runtime/vm/regexp.h |
| @@ -1398,6 +1398,7 @@ class RegExpEngine : public AllStatic { |
| static CompilationResult CompileBytecode(RegExpCompileData* data, |
| const RegExp& regexp, |
| bool is_one_byte, |
| + bool sticky, |
| Zone* zone); |
| static RawRegExp* CreateRegExp(Thread* thread, |