Index: src/third_party/fdlibm/fdlibm.js |
diff --git a/src/third_party/fdlibm/fdlibm.js b/src/third_party/fdlibm/fdlibm.js |
index b1bb07e0f9c5694bb07cb41ca5ab003d5ef385fa..5717392bf319e5405f4002638118d7241ed1d3a6 100644 |
--- a/src/third_party/fdlibm/fdlibm.js |
+++ b/src/third_party/fdlibm/fdlibm.js |
@@ -1012,7 +1012,7 @@ |
//------------------------------------------------------------------- |
-$installFunctions(GlobalMath, DONT_ENUM, [ |
+InstallFunctions(GlobalMath, DONT_ENUM, [ |
"cos", MathCos, |
"sin", MathSin, |
"tan", MathTan, |