| Index: src/harmony-array.js
|
| diff --git a/src/harmony-array.js b/src/harmony-array.js
|
| index 72625a57f55423d93c72f8f9d674dc8416df9dd5..5152a557dd51c50e1527b0e4562da25b4666666b 100644
|
| --- a/src/harmony-array.js
|
| +++ b/src/harmony-array.js
|
| @@ -211,7 +211,7 @@ function ArrayOf() {
|
| function HarmonyArrayExtendSymbolPrototype() {
|
| %CheckIsBootstrapping();
|
|
|
| - InstallConstants($Symbol, $Array(
|
| + InstallConstants(global.Symbol, $Array(
|
| // TODO(dslomov, caitp): Move to symbol.js when shipping
|
| "isConcatSpreadable", symbolIsConcatSpreadable
|
| ));
|
|
|