| Index: src/third_party/fdlibm/fdlibm.js
|
| diff --git a/src/third_party/fdlibm/fdlibm.js b/src/third_party/fdlibm/fdlibm.js
|
| index 78aa4f724013f529f1b8c7211392446c47e76a6a..a8935565b7820dd77181bdecdb839b12e0670e3a 100644
|
| --- a/src/third_party/fdlibm/fdlibm.js
|
| +++ b/src/third_party/fdlibm/fdlibm.js
|
| @@ -1023,7 +1023,7 @@
|
|
|
| //-------------------------------------------------------------------
|
|
|
| -$installFunctions(GlobalMath, DONT_ENUM, [
|
| +utils.InstallFunctions(GlobalMath, DONT_ENUM, [
|
| "cos", MathCos,
|
| "sin", MathSin,
|
| "tan", MathTan,
|
|
|