Chromium Code Reviews| Index: src/math.js |
| diff --git a/src/math.js b/src/math.js |
| index b5a6d1811757aaaa7b0f35fc863b4a471e47b341..ac26b8a657a3683decca86b4ebad0a810a3efea6 100644 |
| --- a/src/math.js |
| +++ b/src/math.js |
| @@ -239,7 +239,7 @@ function SetUpMath() { |
| // Set up non-enumerable functions of the Math object and |
| // set their names. |
| - InstallFunctionsOnHiddenPrototype($Math, DONT_ENUM, $Array( |
| + InstallFunctions($Math, DONT_ENUM, $Array( |
| "random", MathRandom, |
| "abs", MathAbs, |
| "acos", MathAcos, |