Title: [200296] trunk/Source/WebCore
Revision
200296
Author
[email protected]
Date
2016-04-30 14:41:11 -0700 (Sat, 30 Apr 2016)

Log Message

Try to fix GTK build.

* testing/Internals.h: Added conditional around include of
MediaSessionInterruptionProvider.h.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (200295 => 200296)


--- trunk/Source/WebCore/ChangeLog	2016-04-30 21:21:22 UTC (rev 200295)
+++ trunk/Source/WebCore/ChangeLog	2016-04-30 21:41:11 UTC (rev 200296)
@@ -1,5 +1,12 @@
 2016-04-30  Darin Adler  <[email protected]>
 
+        Try to fix GTK build.
+
+        * testing/Internals.h: Added conditional around include of
+        MediaSessionInterruptionProvider.h.
+
+2016-04-30  Darin Adler  <[email protected]>
+
         Stop using old-style string-based enums in Internals.idl
         https://bugs.webkit.org/show_bug.cgi?id=157235
 

Modified: trunk/Source/WebCore/testing/Internals.h (200295 => 200296)


--- trunk/Source/WebCore/testing/Internals.h	2016-04-30 21:21:22 UTC (rev 200295)
+++ trunk/Source/WebCore/testing/Internals.h	2016-04-30 21:41:11 UTC (rev 200296)
@@ -28,10 +28,13 @@
 
 #include "CSSComputedStyleDeclaration.h"
 #include "ContextDestructionObserver.h"
-#include "MediaSessionInterruptionProvider.h"
 #include "PageConsoleClient.h"
 #include <runtime/Float32Array.h>
 
+#if ENABLE(MEDIA_SESSION)
+#include "MediaSessionInterruptionProvider.h"
+#endif
+
 namespace WebCore {
 
 class AudioContext;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to