Title: [210799] trunk/Source/WebCore
Revision
210799
Author
tpop...@redhat.com
Date
2017-01-17 02:24:36 -0800 (Tue, 17 Jan 2017)

Log Message

Unreviewed build fix for the Release build with enabled logging

* html/MediaElementSession.cpp:
* html/track/InbandGenericTextTrack.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (210798 => 210799)


--- trunk/Source/WebCore/ChangeLog	2017-01-17 10:11:09 UTC (rev 210798)
+++ trunk/Source/WebCore/ChangeLog	2017-01-17 10:24:36 UTC (rev 210799)
@@ -1,3 +1,10 @@
+2017-01-17  Tomas Popela  <tpop...@redhat.com>
+
+        Unreviewed build fix for the Release build with enabled logging
+
+        * html/MediaElementSession.cpp:
+        * html/track/InbandGenericTextTrack.cpp:
+
 2017-01-17  Zan Dobersek  <zdober...@igalia.com>
 
         MediaKeySession: use existing 'message' event name

Modified: trunk/Source/WebCore/html/MediaElementSession.cpp (210798 => 210799)


--- trunk/Source/WebCore/html/MediaElementSession.cpp	2017-01-17 10:11:09 UTC (rev 210798)
+++ trunk/Source/WebCore/html/MediaElementSession.cpp	2017-01-17 10:24:36 UTC (rev 210799)
@@ -48,6 +48,7 @@
 #include "ScriptController.h"
 #include "SourceBuffer.h"
 #include <wtf/CurrentTime.h>
+#include <wtf/text/StringBuilder.h>
 
 #if PLATFORM(IOS)
 #include "AudioSession.h"

Modified: trunk/Source/WebCore/html/track/InbandGenericTextTrack.cpp (210798 => 210799)


--- trunk/Source/WebCore/html/track/InbandGenericTextTrack.cpp	2017-01-17 10:11:09 UTC (rev 210798)
+++ trunk/Source/WebCore/html/track/InbandGenericTextTrack.cpp	2017-01-17 10:24:36 UTC (rev 210799)
@@ -28,6 +28,7 @@
 
 #if ENABLE(VIDEO_TRACK)
 
+#include "DataCue.h"
 #include "HTMLMediaElement.h"
 #include "InbandTextTrackPrivate.h"
 #include "Logging.h"
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to