summaryrefslogtreecommitdiff
path: root/deps/v8/test/mjsunit/es6/typedarray-map.js
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/test/mjsunit/es6/typedarray-map.js')
-rw-r--r--deps/v8/test/mjsunit/es6/typedarray-map.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/v8/test/mjsunit/es6/typedarray-map.js b/deps/v8/test/mjsunit/es6/typedarray-map.js
index 54b535fd30..e8d97879b6 100644
--- a/deps/v8/test/mjsunit/es6/typedarray-map.js
+++ b/deps/v8/test/mjsunit/es6/typedarray-map.js
@@ -37,7 +37,7 @@ function TestTypedArrayMap(constructor) {
new DetachingArray(5).map(function(v,i,a){
print(i);
if (i == 1) {
- %ArrayBufferNeuter(target.buffer);
+ %ArrayBufferDetach(target.buffer);
}
})
}, TypeError);