Index: src/builtins/builtins.h |
diff --git a/src/builtins/builtins.h b/src/builtins/builtins.h |
index e421fb3d8e2999a5b10bd51206453885b4b9284c..553c8fa5b7def859bfb5cf403ea2305bec4da7b7 100644 |
--- a/src/builtins/builtins.h |
+++ b/src/builtins/builtins.h |
@@ -601,7 +601,7 @@ namespace internal { |
CPP(RegExpPrototypeMatch) \ |
TFJ(RegExpPrototypeMultilineGetter, 0) \ |
TFJ(RegExpPrototypeReplace, 2) \ |
- CPP(RegExpPrototypeSearch) \ |
+ TFJ(RegExpPrototypeSearch, 1) \ |
CPP(RegExpPrototypeSourceGetter) \ |
CPP(RegExpPrototypeSpeciesGetter) \ |
CPP(RegExpPrototypeSplit) \ |