Index: src/builtins/builtins.h |
diff --git a/src/builtins/builtins.h b/src/builtins/builtins.h |
index f4b900b2219ef1b0dbbe4ef80c1b5b55d6e89680..d5dd651523144cf3ae5a8b1134049bffdd79a259 100644 |
--- a/src/builtins/builtins.h |
+++ b/src/builtins/builtins.h |
@@ -604,9 +604,6 @@ |
TFJ(StringPrototypeCharAt, 2) \ |
/* ES6 section 21.1.3.2 String.prototype.charCodeAt ( pos ) */ \ |
TFJ(StringPrototypeCharCodeAt, 2) \ |
- /* ES6 section 21.1.3.7 */ \ |
- /* String.prototype.includes ( searchString [ , position ] ) */ \ |
- CPP(StringPrototypeIncludes) \ |
/* ES6 section 21.1.3.8 */ \ |
/* String.prototype.indexOf ( searchString [ , position ] ) */ \ |
CPP(StringPrototypeIndexOf) \ |