| Index: src/harmony-array-includes.js
|
| diff --git a/src/harmony-array-includes.js b/src/harmony-array-includes.js
|
| index 5fff591d6d322f99c82a67e72f90342286614950..b133f1ec8c511e49e333856a4cace3089e263127 100644
|
| --- a/src/harmony-array-includes.js
|
| +++ b/src/harmony-array-includes.js
|
| @@ -52,7 +52,7 @@ function ArrayIncludes(searchElement, fromIndex) {
|
| %FunctionSetLength(ArrayIncludes, 1);
|
|
|
| // Set up the non-enumerable functions on the Array prototype object.
|
| -$installFunctions(GlobalArray.prototype, DONT_ENUM, [
|
| +utils.InstallFunctions(GlobalArray.prototype, DONT_ENUM, [
|
| "includes", ArrayIncludes
|
| ]);
|
|
|
|
|