| Index: src/js/harmony-array-includes.js
|
| diff --git a/src/js/harmony-array-includes.js b/src/js/harmony-array-includes.js
|
| index 54f68a7ce30d3e86f66432c9bdb75a6413c81d35..bb1f01cd5761c42ced4c0dbeaea67dfc6de6c327 100644
|
| --- a/src/js/harmony-array-includes.js
|
| +++ b/src/js/harmony-array-includes.js
|
| @@ -8,10 +8,15 @@
|
|
|
| %CheckIsBootstrapping();
|
|
|
| +// -------------------------------------------------------------------
|
| +// Imports
|
| +
|
| var GlobalArray = global.Array;
|
| +var MakeTypeError;
|
| var SameValueZero;
|
|
|
| utils.Import(function(from) {
|
| + MakeTypeError = from.MakeTypeError;
|
| SameValueZero = from.SameValueZero;
|
| });
|
|
|
|
|