| Index: src/runtime/runtime.h
|
| diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
|
| index f66df02f2646860fc20c227edab78163d9242de3..82b25084bd84b1d0dca6bb8776c5c014f38685b4 100644
|
| --- a/src/runtime/runtime.h
|
| +++ b/src/runtime/runtime.h
|
| @@ -964,7 +964,6 @@ namespace internal {
|
| F(IsSharedTypedArray, 1, 1) \
|
| F(IsSharedIntegerTypedArray, 1, 1) \
|
| F(IsSharedInteger32TypedArray, 1, 1) \
|
| - F(DataViewInitialize, 4, 1) \
|
| F(DataViewGetUint8, 3, 1) \
|
| F(DataViewGetInt8, 3, 1) \
|
| F(DataViewGetUint16, 3, 1) \
|
|
|