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