Index: src/bootstrapper.cc |
diff --git a/src/bootstrapper.cc b/src/bootstrapper.cc |
index 2ff70f3c98be380e7e0a17f7466108f78fd4e8d0..24550753b9162382c97a2f1e9293bbae1febb1ab 100644 |
--- a/src/bootstrapper.cc |
+++ b/src/bootstrapper.cc |
@@ -1098,7 +1098,7 @@ void Genesis::InitializeGlobal(Handle<GlobalObject> inner_global, |
#define INSTALL_TYPED_ARRAY(Type, type, TYPE, ctype, size) \ |
{ \ |
Handle<JSFunction> fun = InstallTypedArray(#Type "Array", \ |
- EXTERNAL_##TYPE##_ELEMENTS); \ |
+ TYPE##_ELEMENTS); \ |
native_context()->set_##type##_array_fun(*fun); \ |
} |
TYPED_ARRAYS(INSTALL_TYPED_ARRAY) |