| Index: src/harmony-tostring.js
|
| diff --git a/src/harmony-tostring.js b/src/harmony-tostring.js
|
| index aed8ca03997120f266d6545f6f589759ac7796b0..4f4f986fd26bc904f45c92c2b202732d0a4cf709 100644
|
| --- a/src/harmony-tostring.js
|
| +++ b/src/harmony-tostring.js
|
| @@ -7,7 +7,6 @@
|
| // This file relies on the fact that the following declaration has been made
|
| // in runtime.js and symbol.js:
|
| // var $Object = global.Object;
|
| -// var $Symbol = global.Symbol;
|
|
|
| DefaultObjectToString = ObjectToStringHarmony;
|
| // ES6 draft 08-24-14, section 19.1.3.6
|
| @@ -26,7 +25,7 @@ function ObjectToStringHarmony() {
|
| function HarmonyToStringExtendSymbolPrototype() {
|
| %CheckIsBootstrapping();
|
|
|
| - InstallConstants($Symbol, $Array(
|
| + InstallConstants(global.Symbol, $Array(
|
| // TODO(dslomov, caitp): Move to symbol.js when shipping
|
| "toStringTag", symbolToStringTag
|
| ));
|
|
|