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