Title: [186727] trunk/Source/WebCore
Revision
186727
Author
[email protected]
Date
2015-07-11 22:37:28 -0700 (Sat, 11 Jul 2015)

Log Message

Unreviewed build fix.

* platform/graphics/avfoundation/objc/MediaPlayerPrivateMediaSourceAVFObjC.mm:
(WebCore::MediaPlayerPrivateMediaSourceAVFObjC::load):
(WebCore::MediaPlayerPrivateMediaSourceAVFObjC::cancelLoad):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (186726 => 186727)


--- trunk/Source/WebCore/ChangeLog	2015-07-12 04:28:07 UTC (rev 186726)
+++ trunk/Source/WebCore/ChangeLog	2015-07-12 05:37:28 UTC (rev 186727)
@@ -1,3 +1,11 @@
+2015-07-11  Babak Shafiei  <[email protected]>
+
+        Unreviewed build fix.
+
+        * platform/graphics/avfoundation/objc/MediaPlayerPrivateMediaSourceAVFObjC.mm:
+        (WebCore::MediaPlayerPrivateMediaSourceAVFObjC::load):
+        (WebCore::MediaPlayerPrivateMediaSourceAVFObjC::cancelLoad):
+
 2015-07-11  Nikita Vasilyev  <[email protected]>
 
         Web Inspector: Inspector should be able to be docked to the bottom of a narrow window

Modified: trunk/Source/WebCore/platform/graphics/avfoundation/objc/MediaPlayerPrivateMediaSourceAVFObjC.mm (186726 => 186727)


--- trunk/Source/WebCore/platform/graphics/avfoundation/objc/MediaPlayerPrivateMediaSourceAVFObjC.mm	2015-07-12 04:28:07 UTC (rev 186726)
+++ trunk/Source/WebCore/platform/graphics/avfoundation/objc/MediaPlayerPrivateMediaSourceAVFObjC.mm	2015-07-12 05:37:28 UTC (rev 186727)
@@ -269,10 +269,12 @@
     m_mediaSourcePrivate = MediaSourcePrivateAVFObjC::create(this, client);
 }
 
+#if ENABLE(MEDIA_STREAM)
 void MediaPlayerPrivateMediaSourceAVFObjC::load(MediaStreamPrivate*)
 {
     setNetworkState(MediaPlayer::FormatError);
 }
+#endif
 
 void MediaPlayerPrivateMediaSourceAVFObjC::cancelLoad()
 {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to