Title: [197897] trunk/Source/WebCore
Revision
197897
Author
[email protected]
Date
2016-03-09 16:14:07 -0800 (Wed, 09 Mar 2016)

Log Message

Added missing #if(SOUP) after r197591.
https://bugs.webkit.org/show_bug.cgi?id=155259

Patch by Konstantin Tokarev <[email protected]> on 2016-03-09
Reviewed by Alex Christensen.

No new tests needed.

* platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (197896 => 197897)


--- trunk/Source/WebCore/ChangeLog	2016-03-10 00:03:04 UTC (rev 197896)
+++ trunk/Source/WebCore/ChangeLog	2016-03-10 00:14:07 UTC (rev 197897)
@@ -1,3 +1,14 @@
+2016-03-09  Konstantin Tokarev  <[email protected]>
+
+        Added missing #if(SOUP) after r197591.
+        https://bugs.webkit.org/show_bug.cgi?id=155259
+
+        Reviewed by Alex Christensen.
+
+        No new tests needed.
+
+        * platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp:
+
 2016-03-09  Ada Chan  <[email protected]>
 
         Add a getter for WebVideoFullscreenInterfaceObjC and update its rate property

Modified: trunk/Source/WebCore/platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp (197896 => 197897)


--- trunk/Source/WebCore/platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp	2016-03-10 00:03:04 UTC (rev 197896)
+++ trunk/Source/WebCore/platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp	2016-03-10 00:14:07 UTC (rev 197897)
@@ -1078,10 +1078,12 @@
         m_resource->setDefersLoading(defers);
 }
 
+#if USE(SOUP)
 char* ResourceHandleStreamingClient::getOrCreateReadBuffer(size_t requestedSize, size_t& actualSize)
 {
     return createReadBuffer(requestedSize, actualSize);
 }
+#endif
 
 void ResourceHandleStreamingClient::willSendRequest(ResourceHandle*, ResourceRequest&, const ResourceResponse&)
 {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to