Index: src/builtins/builtins.h |
diff --git a/src/builtins/builtins.h b/src/builtins/builtins.h |
index 166adb058e679ec95e5a2f34005860f3b1d32e50..0870ea367b5ced91680fcc76f407da9ed60ccf4a 100644 |
--- a/src/builtins/builtins.h |
+++ b/src/builtins/builtins.h |
@@ -803,9 +803,7 @@ class Isolate; |
/* ES6 #sec-%typedarray%.prototype.keys */ \ |
TFJ(TypedArrayPrototypeKeys, 0) \ |
/* ES6 #sec-%typedarray%.prototype.values */ \ |
- TFJ(TypedArrayPrototypeValues, 0) \ |
- /* ES6 #sec-%typedarray%.prototype.copywithin */ \ |
- CPP(TypedArrayPrototypeCopyWithin) |
+ TFJ(TypedArrayPrototypeValues, 0) |
#define IGNORE_BUILTIN(...) |