Title: [229467] trunk/Source/WebKit
Revision
229467
Author
[email protected]
Date
2018-03-09 10:40:51 -0800 (Fri, 09 Mar 2018)

Log Message

Add guard for wtf/glib include
https://bugs.webkit.org/show_bug.cgi?id=183521

Patch by Stephan Szabo <[email protected]> on 2018-03-09
Reviewed by Alex Christensen.

* Shared/CoordinatedGraphics/threadedcompositor/ThreadedDisplayRefreshMonitor.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (229466 => 229467)


--- trunk/Source/WebKit/ChangeLog	2018-03-09 18:21:11 UTC (rev 229466)
+++ trunk/Source/WebKit/ChangeLog	2018-03-09 18:40:51 UTC (rev 229467)
@@ -1,3 +1,12 @@
+2018-03-09  Stephan Szabo  <[email protected]>
+
+        Add guard for wtf/glib include
+        https://bugs.webkit.org/show_bug.cgi?id=183521
+
+        Reviewed by Alex Christensen.
+
+        * Shared/CoordinatedGraphics/threadedcompositor/ThreadedDisplayRefreshMonitor.cpp:
+
 2018-03-09  Andy Estes  <[email protected]>
 
         [Mac] WebKit fails to receive file promises when the embedding app is sandboxed

Modified: trunk/Source/WebKit/Shared/CoordinatedGraphics/threadedcompositor/ThreadedDisplayRefreshMonitor.cpp (229466 => 229467)


--- trunk/Source/WebKit/Shared/CoordinatedGraphics/threadedcompositor/ThreadedDisplayRefreshMonitor.cpp	2018-03-09 18:21:11 UTC (rev 229466)
+++ trunk/Source/WebKit/Shared/CoordinatedGraphics/threadedcompositor/ThreadedDisplayRefreshMonitor.cpp	2018-03-09 18:40:51 UTC (rev 229467)
@@ -30,7 +30,10 @@
 
 #include "CompositingRunLoop.h"
 #include "ThreadedCompositor.h"
+
+#if USE(GLIB_EVENT_LOOP)
 #include <wtf/glib/RunLoopSourcePriority.h>
+#endif
 
 namespace WebKit {
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to