| Index: third_party/fdlibm/fdlibm.h
|
| diff --git a/third_party/fdlibm/fdlibm.h b/third_party/fdlibm/fdlibm.h
|
| index 39c4b50dbaf534a73c8aa7cfd18a5d654805e4b6..7985c3a323a4664946a089eec4ef58f7238bf745 100644
|
| --- a/third_party/fdlibm/fdlibm.h
|
| +++ b/third_party/fdlibm/fdlibm.h
|
| @@ -22,8 +22,8 @@ namespace fdlibm {
|
| int rempio2(double x, double* y);
|
|
|
| // Constants to be exposed to builtins via Float64Array.
|
| -struct TrigonometricConstants {
|
| - static const double constants[34];
|
| +struct MathConstants {
|
| + static const double constants[45];
|
| };
|
| }
|
| } // namespace v8::internal
|
|
|