Index: src/runtime/runtime.h |
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
index 24abbd1300f6267409965f6e8e62629e31abeab4..c6c4aba5876e659b1af8728bb11010e3e7f743e8 100644 |
--- a/src/runtime/runtime.h |
+++ b/src/runtime/runtime.h |
@@ -978,10 +978,8 @@ namespace internal { |
#define FOR_EACH_INTRINSIC_TYPEDARRAY(F) \ |
- F(ArrayBufferInitialize, 3, 1) \ |
F(ArrayBufferGetByteLength, 1, 1) \ |
F(ArrayBufferSliceImpl, 3, 1) \ |
- F(ArrayBufferIsView, 1, 1) \ |
F(ArrayBufferNeuter, 1, 1) \ |
F(TypedArrayInitialize, 6, 1) \ |
F(TypedArrayInitializeFromArrayLike, 4, 1) \ |