components/desktop/firefox/patches/firefox-10-webaudio_math.patch
changeset 7309 2655ef11c386
parent 7308 69f1f375673e
child 7310 88d40c6177a1
--- a/components/desktop/firefox/patches/firefox-10-webaudio_math.patch	Tue Nov 15 03:50:06 2016 -0800
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,26 +0,0 @@
-This allows us to get some function from math.h that other platforms are
-getting elsewhere.
-Can potentially send upstream with ifdef Solaris statement.
-
-diff --git a/dom/media/webaudio/ThreeDPoint.h b/dom/media/webaudio/ThreeDPoint.h
---- a/dom/media/webaudio/ThreeDPoint.h
-+++ b/dom/media/webaudio/ThreeDPoint.h
-@@ -8,6 +8,7 @@
- #define ThreeDPoint_h_
-  
- #include <cmath>
-+#include <math.h>
- #include <algorithm>
- 
- namespace mozilla {
-diff --git a/dom/media/webaudio/blink/DenormalDisabler.h b/dom/media/webaudio/blink/DenormalDisabler.h        
---- a/dom/media/webaudio/blink/DenormalDisabler.h
-+++ b/dom/media/webaudio/blink/DenormalDisabler.h
-@@ -27,6 +27,7 @@
- 
- #define _USE_MATH_DEFINES
- #include <cmath>
-+#include <math.h>
- #include <float.h>
- 
- namespace WebCore {