| Index: src/arraybuffer.js
|
| diff --git a/src/arraybuffer.js b/src/arraybuffer.js
|
| index 44989f5dbf88bf7a7dc4fe79765be9c91cdc2789..d1324bbed0df4107fd532d2c6f70af7260b67eab 100644
|
| --- a/src/arraybuffer.js
|
| +++ b/src/arraybuffer.js
|
| @@ -62,7 +62,7 @@ function ArrayBufferSlice(start, end) {
|
| return result;
|
| }
|
|
|
| -function ArrayBufferIsView(obj) {
|
| +function ArrayBufferIsViewJS(obj) {
|
| return %ArrayBufferIsView(obj);
|
| }
|
|
|
| @@ -79,7 +79,7 @@ function SetUpArrayBuffer() {
|
| InstallGetter($ArrayBuffer.prototype, "byteLength", ArrayBufferGetByteLen);
|
|
|
| InstallFunctions($ArrayBuffer, DONT_ENUM, $Array(
|
| - "isView", ArrayBufferIsView
|
| + "isView", ArrayBufferIsViewJS
|
| ));
|
|
|
| InstallFunctions($ArrayBuffer.prototype, DONT_ENUM, $Array(
|
|
|