| 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..475af4f8c2aeff1d6265afd08df13865f1bfc040 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[67];
|
| };
|
| }
|
| } // namespace v8::internal
|
|
|