Title: [167490] trunk/Source/WebCore
Revision
167490
Author
rga...@webkit.org
Date
2014-04-18 06:48:16 -0700 (Fri, 18 Apr 2014)

Log Message

Unreviewed. ARM64 buildfix after r167473.

* platform/audio/DenormalDisabler.h: Put back the MathExtras.h include.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (167489 => 167490)


--- trunk/Source/WebCore/ChangeLog	2014-04-18 13:07:48 UTC (rev 167489)
+++ trunk/Source/WebCore/ChangeLog	2014-04-18 13:48:16 UTC (rev 167490)
@@ -1,3 +1,9 @@
+2014-04-18  Gabor Rapcsanyi  <rga...@webkit.org>
+
+        Unreviewed. ARM64 buildfix after r167473.
+
+        * platform/audio/DenormalDisabler.h: Put back the MathExtras.h include.
+
 2014-04-18  Radu Stavila  <stav...@adobe.com>
 
         [CSSRegions] Incorrect background paint on positioned element hover

Modified: trunk/Source/WebCore/platform/audio/DenormalDisabler.h (167489 => 167490)


--- trunk/Source/WebCore/platform/audio/DenormalDisabler.h	2014-04-18 13:07:48 UTC (rev 167489)
+++ trunk/Source/WebCore/platform/audio/DenormalDisabler.h	2014-04-18 13:48:16 UTC (rev 167490)
@@ -25,6 +25,8 @@
 #ifndef DenormalDisabler_h
 #define DenormalDisabler_h
 
+#include <wtf/MathExtras.h>
+
 namespace WebCore {
 
 // Deal with denormals. They can very seriously impact performance on x86.
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to