| Index: src/builtins/builtins-regexp-gen.h
|
| diff --git a/src/builtins/builtins-regexp-gen.h b/src/builtins/builtins-regexp-gen.h
|
| index 7c818e750a25dc3422017b6b17b278a5ba1d6e09..80a36cf75e0bea9dfbf4593d7125c1c624e34fb3 100644
|
| --- a/src/builtins/builtins-regexp-gen.h
|
| +++ b/src/builtins/builtins-regexp-gen.h
|
| @@ -88,7 +88,7 @@ class RegExpBuiltinsAssembler : public CodeStubAssembler {
|
| Node* RegExpExec(Node* context, Node* regexp, Node* string);
|
|
|
| Node* AdvanceStringIndex(Node* const string, Node* const index,
|
| - Node* const is_unicode);
|
| + Node* const is_unicode, bool is_fastpath);
|
|
|
| void RegExpPrototypeMatchBody(Node* const context, Node* const regexp,
|
| Node* const string, const bool is_fastpath);
|
|
|