Title: [98592] trunk/Source/WebCore
Revision
98592
Author
[email protected]
Date
2011-10-27 09:41:50 -0700 (Thu, 27 Oct 2011)

Log Message

Windows build fix after r98512

* html/HTMLMediaElement.cpp: Moved a Web Audio-related #include inside an appropriate ENABLE
guard.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (98591 => 98592)


--- trunk/Source/WebCore/ChangeLog	2011-10-27 16:36:41 UTC (rev 98591)
+++ trunk/Source/WebCore/ChangeLog	2011-10-27 16:41:50 UTC (rev 98592)
@@ -1,5 +1,12 @@
 2011-10-27  Adam Roben  <[email protected]>
 
+        Windows build fix after r98512
+
+        * html/HTMLMediaElement.cpp: Moved a Web Audio-related #include inside an appropriate ENABLE
+        guard.
+
+2011-10-27  Adam Roben  <[email protected]>
+
         Regenerate WebCore's Localizable.strings file
 
         All I did was run update-webkit-localizable-strings. A few localizer comments changed, and

Modified: trunk/Source/WebCore/html/HTMLMediaElement.cpp (98591 => 98592)


--- trunk/Source/WebCore/html/HTMLMediaElement.cpp	2011-10-27 16:36:41 UTC (rev 98591)
+++ trunk/Source/WebCore/html/HTMLMediaElement.cpp	2011-10-27 16:41:50 UTC (rev 98592)
@@ -31,7 +31,6 @@
 #include "ApplicationCacheHost.h"
 #include "ApplicationCacheResource.h"
 #include "Attribute.h"
-#include "AudioSourceProvider.h"
 #include "Chrome.h"
 #include "ChromeClient.h"
 #include "ClientRect.h"
@@ -93,6 +92,7 @@
 #endif
 
 #if ENABLE(WEB_AUDIO)
+#include "AudioSourceProvider.h"
 #include "MediaElementAudioSourceNode.h"
 #endif
 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to