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