Cross Reference: firefox-10-webaudio_math.patch
xref
: /
solaris-userland-s11u3
/
components
/
desktop
/
firefox
/
patches
/
firefox-10-webaudio_math.patch
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
0
N/A
This allows us to get some function from
math.h
that other platforms are
1472
N/A
getting elsewhere.
0
N/A
Can potentially send upstream with ifdef Solaris statement.
0
N/A
0
N/A
diff --git
a/dom/media/webaudio/ThreeDPoint.h
b/dom/media/webaudio/ThreeDPoint.h
0
N/A
---
a/dom/media/webaudio/ThreeDPoint.h
0
N/A
+++
b/dom/media/webaudio/ThreeDPoint.h
0
N/A
@@ -8,6 +8,7 @@
0
N/A
#define ThreeDPoint_h_
0
N/A
0
N/A
#include <cmath>
0
N/A
+#include <
math.h
>
0
N/A
#include <algorithm>
0
N/A
0
N/A
namespace mozilla {
0
N/A
diff --git
a/dom/media/webaudio/blink/DenormalDisabler.h
b/dom/media/webaudio/blink/DenormalDisabler.h
0
N/A
---
a/dom/media/webaudio/blink/DenormalDisabler.h
0
N/A
+++
b/dom/media/webaudio/blink/DenormalDisabler.h
1472
N/A
@@ -27,6 +27,7 @@
1472
N/A
1472
N/A
#define _USE_MATH_DEFINES
0
N/A
#include <cmath>
0
N/A
+#include <
math.h
>
0
N/A
#include <
float.h
>
0
N/A
0
N/A
namespace WebCore {
0
N/A