Chromium Code Reviews| Index: src/array-iterator.js |
| diff --git a/src/array-iterator.js b/src/array-iterator.js |
| index df74aa85c40adf5a89472e0c2e93a3e2f7935693..31b0945aec66d5212a15c735d4df4ae8e4788c7e 100644 |
| --- a/src/array-iterator.js |
| +++ b/src/array-iterator.js |
| @@ -170,8 +170,6 @@ utils.Export(function(to) { |
| $arrayValues = ArrayValues; |
| -utils.ExportToRuntime(function(to) { |
| - to["array_values_iterator"] = ArrayValues; |
| -}); |
| +%ExportToRuntime(["array_values_iterator", ArrayValues]); |
| }) |