Title: [206328] tags/Safari-603.1.6.0.2/Source/WebCore
Revision
206328
Author
[email protected]
Date
2016-09-23 13:33:53 -0700 (Fri, 23 Sep 2016)

Log Message

Merged r206306.  rdar://problem/28436707

Modified Paths

Diff

Modified: tags/Safari-603.1.6.0.2/Source/WebCore/ChangeLog (206327 => 206328)


--- tags/Safari-603.1.6.0.2/Source/WebCore/ChangeLog	2016-09-23 20:28:40 UTC (rev 206327)
+++ tags/Safari-603.1.6.0.2/Source/WebCore/ChangeLog	2016-09-23 20:33:53 UTC (rev 206328)
@@ -1,5 +1,15 @@
 2016-09-23  Babak Shafiei  <[email protected]>
 
+        Merge r206306.
+
+    2016-09-23  Carlos Garcia Campos  <[email protected]>
+
+            Unreviewed. Fix the build after r206300.
+
+            * platform/mock/mediasource/MockSourceBufferPrivate.cpp: Add missing header include.
+
+2016-09-23  Babak Shafiei  <[email protected]>
+
         Merge r206301.
 
     2016-09-23  Jer Noble  <[email protected]>

Modified: tags/Safari-603.1.6.0.2/Source/WebCore/platform/mock/mediasource/MockSourceBufferPrivate.cpp (206327 => 206328)


--- tags/Safari-603.1.6.0.2/Source/WebCore/platform/mock/mediasource/MockSourceBufferPrivate.cpp	2016-09-23 20:28:40 UTC (rev 206327)
+++ tags/Safari-603.1.6.0.2/Source/WebCore/platform/mock/mediasource/MockSourceBufferPrivate.cpp	2016-09-23 20:33:53 UTC (rev 206328)
@@ -39,6 +39,7 @@
 #include <map>
 #include <runtime/ArrayBuffer.h>
 #include <wtf/PrintStream.h>
+#include <wtf/StringPrintStream.h>
 
 namespace WebCore {
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to