| Index: runtime/vm/regexp.h
|
| diff --git a/runtime/vm/regexp.h b/runtime/vm/regexp.h
|
| index dbb89a43e4160b9b8fe556eafa96f970186dabbe..a9dbe09a7a571a041913ad2590378f72b1e7163e 100644
|
| --- a/runtime/vm/regexp.h
|
| +++ b/runtime/vm/regexp.h
|
| @@ -1393,7 +1393,8 @@ class RegExpEngine : public AllStatic {
|
| static CompilationResult CompileIR(
|
| RegExpCompileData* input,
|
| const ParsedFunction* parsed_function,
|
| - const ZoneGrowableArray<const ICData*>& ic_data_array);
|
| + const ZoneGrowableArray<const ICData*>& ic_data_array,
|
| + intptr_t osr_id);
|
|
|
| static CompilationResult CompileBytecode(RegExpCompileData* data,
|
| const RegExp& regexp,
|
|
|