summaryrefslogtreecommitdiff
path: root/deps/v8/src/array.js
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/array.js')
-rw-r--r--deps/v8/src/array.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/v8/src/array.js b/deps/v8/src/array.js
index 95d4ada16..914b82a80 100644
--- a/deps/v8/src/array.js
+++ b/deps/v8/src/array.js
@@ -1123,7 +1123,7 @@ function SetupArray() {
"join", getFunction("join", ArrayJoin),
"pop", getFunction("pop", ArrayPop),
"push", getFunction("push", ArrayPush, 1),
- "concat", getFunction("concat", ArrayConcat),
+ "concat", getFunction("concat", ArrayConcat, 1),
"reverse", getFunction("reverse", ArrayReverse),
"shift", getFunction("shift", ArrayShift),
"unshift", getFunction("unshift", ArrayUnshift, 1),