| Index: src/js/typedarray.js | 
| diff --git a/src/js/typedarray.js b/src/js/typedarray.js | 
| index 4fb174bc57059146a0678093cb07c6e6aabb2771..e1b69331099c86b14c3a2e1c4ef8218d828bc0e9 100644 | 
| --- a/src/js/typedarray.js | 
| +++ b/src/js/typedarray.js | 
| @@ -11,7 +11,6 @@ | 
| // ------------------------------------------------------------------- | 
| // Imports | 
|  | 
| -var AddIndexedProperty; | 
| // array.js has to come before typedarray.js for this to work | 
| var ArrayToString = utils.ImportNow("ArrayToString"); | 
| var ArrayValues; | 
| @@ -71,7 +70,6 @@ endmacro | 
| TYPED_ARRAYS(DECLARE_GLOBALS) | 
|  | 
| utils.Import(function(from) { | 
| -  AddIndexedProperty = from.AddIndexedProperty; | 
| ArrayValues = from.ArrayValues; | 
| GetIterator = from.GetIterator; | 
| GetMethod = from.GetMethod; | 
|  |