Index: src/bootstrapper.cc |
diff --git a/src/bootstrapper.cc b/src/bootstrapper.cc |
index 762c4f9962716b477224c59e76418d7e3db7132f..573865016deb58c41c4fbb7cf02d49976f464d46 100644 |
--- a/src/bootstrapper.cc |
+++ b/src/bootstrapper.cc |
@@ -1675,7 +1675,7 @@ bool Genesis::InstallNatives() { |
SetPrototype(array_function, prototype); |
array_function->shared()->set_construct_stub( |
- isolate()->builtins()->builtin(Builtins::kArrayConstructCode)); |
+ isolate()->builtins()->builtin(Builtins::kInternalArrayConstructCode)); |
array_function->shared()->DontAdaptArguments(); |
// InternalArrays should not use Smi-Only array optimizations. There are too |