| Index: src/third_party/fdlibm/fdlibm.h
|
| diff --git a/src/third_party/fdlibm/fdlibm.h b/src/third_party/fdlibm/fdlibm.h
|
| index e2a61c85833bdddc38eed2a5792b86d4cf46719a..c7bc09a1b89cefbf84e9ac6bf1c5577b0191f9e8 100644
|
| --- a/src/third_party/fdlibm/fdlibm.h
|
| +++ b/src/third_party/fdlibm/fdlibm.h
|
| @@ -23,7 +23,7 @@ int rempio2(double x, double* y);
|
|
|
| // Constants to be exposed to builtins via Float64Array.
|
| struct MathConstants {
|
| - static const double constants[56];
|
| + static const double constants[66];
|
| };
|
| }
|
| } // namespace v8::internal
|
|
|