Index: src/bootstrapper.cc |
diff --git a/src/bootstrapper.cc b/src/bootstrapper.cc |
index b6e8dc5bc8faa3bf21d1f80fb5e920a29ec0f31f..dcfa429646c0e420488e995b54a655fda9eea29b 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) |