| Index: src/builtins/builtins-regexp-gen.h
 | 
| diff --git a/src/builtins/builtins-regexp-gen.h b/src/builtins/builtins-regexp-gen.h
 | 
| index eb4c117fc4155a23a7aeeeeef2649ab46e4fa6b7..8f82a9c125343345b27cfc17a9fa1889ef0dec12 100644
 | 
| --- a/src/builtins/builtins-regexp-gen.h
 | 
| +++ b/src/builtins/builtins-regexp-gen.h
 | 
| @@ -59,7 +59,6 @@ class RegExpBuiltinsAssembler : public CodeStubAssembler {
 | 
|  
 | 
|    // Analogous to BranchIfFastRegExp, for use in asserts.
 | 
|    Node* IsFastRegExp(Node* const context, Node* const object);
 | 
| -  Node* IsFastRegExp(Node* const context, Node* const object, Node* const map);
 | 
|  
 | 
|    // Performs fast path checks on the given object itself, but omits prototype
 | 
|    // checks.
 | 
| 
 |