Title: [175051] trunk/Source/WebCore
- Revision
- 175051
- Author
- [email protected]
- Date
- 2014-10-22 08:56:24 -0700 (Wed, 22 Oct 2014)
Log Message
Unreviewed. Fix GStreamer debug build after r175050.
Explicitly include wtf/MainThread.h.
* platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (175050 => 175051)
--- trunk/Source/WebCore/ChangeLog 2014-10-22 15:12:08 UTC (rev 175050)
+++ trunk/Source/WebCore/ChangeLog 2014-10-22 15:56:24 UTC (rev 175051)
@@ -1,5 +1,13 @@
2014-10-22 Carlos Garcia Campos <[email protected]>
+ Unreviewed. Fix GStreamer debug build after r175050.
+
+ Explicitly include wtf/MainThread.h.
+
+ * platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp:
+
+2014-10-22 Carlos Garcia Campos <[email protected]>
+
[GStreamer] Do not use CachedResourceLoader, SecurityOrigin, ResourceBuffer and other WebCore types
https://bugs.webkit.org/show_bug.cgi?id=137064
Modified: trunk/Source/WebCore/platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp (175050 => 175051)
--- trunk/Source/WebCore/platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp 2014-10-22 15:12:08 UTC (rev 175050)
+++ trunk/Source/WebCore/platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp 2014-10-22 15:56:24 UTC (rev 175051)
@@ -37,6 +37,7 @@
#include <gst/app/gstappsrc.h>
#include <gst/gst.h>
#include <gst/pbutils/missing-plugins.h>
+#include <wtf/MainThread.h>
#include <wtf/Noncopyable.h>
#include <wtf/gobject/GMutexLocker.h>
#include <wtf/gobject/GRefPtr.h>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes