Index: src/harmony-array-includes.js |
diff --git a/src/harmony-array-includes.js b/src/harmony-array-includes.js |
index 02768750e681f2605925c6fc40cf194b7489d361..c8cf788072dd2ca5d9e1feb68a141de287e19525 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, [ |
+$installFunctions(GlobalArray.prototype, DONT_ENUM, [ |
"includes", ArrayIncludes |
]); |