| Index: src/harmony-typedarray.js
|
| diff --git a/src/harmony-typedarray.js b/src/harmony-typedarray.js
|
| index 9b7cd0debf7f3dc1938b89ab2d18eecb6ef0d155..db0a4ed60b9da17fcc16a36208922db5e075eed1 100644
|
| --- a/src/harmony-typedarray.js
|
| +++ b/src/harmony-typedarray.js
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -(function() {
|
| +(function(global, shared, exports) {
|
|
|
| "use strict";
|
|
|
| @@ -89,4 +89,4 @@ endmacro
|
|
|
| TYPED_ARRAYS(EXTEND_TYPED_ARRAY)
|
|
|
| -})();
|
| +})
|
|
|