Title: [218802] trunk/Source
Revision
218802
Author
annu...@yandex.ru
Date
2017-06-26 00:57:25 -0700 (Mon, 26 Jun 2017)

Log Message

[GTK] Unreviewed, added missing includes to fix debug build

Source/WebCore:

* platform/graphics/gstreamer/MediaPlayerPrivateGStreamerBase.cpp:

Source/WebKit2:

* NetworkProcess/NetworkSession.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (218801 => 218802)


--- trunk/Source/WebCore/ChangeLog	2017-06-26 06:51:42 UTC (rev 218801)
+++ trunk/Source/WebCore/ChangeLog	2017-06-26 07:57:25 UTC (rev 218802)
@@ -1,3 +1,9 @@
+2017-06-26  Konstantin Tokarev  <annu...@yandex.ru>
+
+        [GTK] Unreviewed, added missing includes to fix debug build
+
+        * platform/graphics/gstreamer/MediaPlayerPrivateGStreamerBase.cpp:
+
 2017-06-25  Konstantin Tokarev  <annu...@yandex.ru>
 
         Remove excessive headers from WebCore/platform

Modified: trunk/Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamerBase.cpp (218801 => 218802)


--- trunk/Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamerBase.cpp	2017-06-26 06:51:42 UTC (rev 218801)
+++ trunk/Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamerBase.cpp	2017-06-26 07:57:25 UTC (rev 218802)
@@ -33,6 +33,7 @@
 #include "ImageGStreamer.h"
 #include "ImageOrientation.h"
 #include "IntRect.h"
+#include "Logging.h"
 #include "MediaPlayer.h"
 #include "NotImplemented.h"
 #include "VideoSinkGStreamer.h"

Modified: trunk/Source/WebKit2/ChangeLog (218801 => 218802)


--- trunk/Source/WebKit2/ChangeLog	2017-06-26 06:51:42 UTC (rev 218801)
+++ trunk/Source/WebKit2/ChangeLog	2017-06-26 07:57:25 UTC (rev 218802)
@@ -1,3 +1,9 @@
+2017-06-26  Konstantin Tokarev  <annu...@yandex.ru>
+
+        [GTK] Unreviewed, added missing includes to fix debug build
+
+        * NetworkProcess/NetworkSession.cpp:
+
 2017-06-25  Konstantin Tokarev  <annu...@yandex.ru>
 
         Remove excessive headers from WebCore/platform

Modified: trunk/Source/WebKit2/NetworkProcess/NetworkSession.cpp (218801 => 218802)


--- trunk/Source/WebKit2/NetworkProcess/NetworkSession.cpp	2017-06-26 06:51:42 UTC (rev 218801)
+++ trunk/Source/WebKit2/NetworkProcess/NetworkSession.cpp	2017-06-26 07:57:25 UTC (rev 218802)
@@ -31,6 +31,7 @@
 #include "NetworkDataTask.h"
 #include <WebCore/NetworkStorageSession.h>
 #include <wtf/MainThread.h>
+#include <wtf/RunLoop.h>
 
 #if PLATFORM(COCOA)
 #include "NetworkSessionCocoa.h"
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to