Chromium Code Reviews| Index: src/runtime/runtime.h |
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h |
| index 6c5a039d67223c06f45e60951f144b6a90193284..945c184908324530bce9ce8d12513423012951b0 100644 |
| --- a/src/runtime/runtime.h |
| +++ b/src/runtime/runtime.h |
| @@ -615,7 +615,6 @@ namespace internal { |
| #define FOR_EACH_INTRINSIC_TYPEDARRAY(F) \ |
| F(ArrayBufferGetByteLength, 1, 1) \ |
| - F(ArrayBufferSliceImpl, 4, 1) \ |
| F(ArrayBufferNeuter, 1, 1) \ |
| F(TypedArrayInitialize, 6, 1) \ |
| F(TypedArrayInitializeFromArrayLike, 4, 1) \ |