 Chromium Code Reviews
 Chromium Code Reviews Issue 1307963002:
  Native context: alpha sort slots and remove boilerplate.  (Closed) 
  Base URL: https://chromium.googlesource.com/v8/v8.git@master
    
  
    Issue 1307963002:
  Native context: alpha sort slots and remove boilerplate.  (Closed) 
  Base URL: https://chromium.googlesource.com/v8/v8.git@master| Index: src/array-iterator.js | 
| diff --git a/src/array-iterator.js b/src/array-iterator.js | 
| index 7c71e2810008b841eadb7320d365e7f00854b341..df74aa85c40adf5a89472e0c2e93a3e2f7935693 100644 | 
| --- a/src/array-iterator.js | 
| +++ b/src/array-iterator.js | 
| @@ -171,7 +171,7 @@ utils.Export(function(to) { | 
| $arrayValues = ArrayValues; | 
| utils.ExportToRuntime(function(to) { | 
| - to.ArrayValues = ArrayValues; | 
| + to["array_values_iterator"] = ArrayValues; | 
| }); | 
| }) |