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