Title: [193361] trunk/Source/WebCore
Revision
193361
Author
jer.no...@apple.com
Date
2015-12-03 11:56:44 -0800 (Thu, 03 Dec 2015)

Log Message

Unreviewed build-fix; missing include.

* html/HTMLVideoElement.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (193360 => 193361)


--- trunk/Source/WebCore/ChangeLog	2015-12-03 19:52:52 UTC (rev 193360)
+++ trunk/Source/WebCore/ChangeLog	2015-12-03 19:56:44 UTC (rev 193361)
@@ -1,3 +1,9 @@
+2015-12-03  Jer Noble  <jer.no...@apple.com>
+
+        Unreviewed build-fix; missing include.
+
+        * html/HTMLVideoElement.cpp:
+
 2015-12-03  Brady Eidson  <beid...@apple.com>
 
         Modern IDB: storage/indexeddb/cursor-skip-deleted.html crashes.

Modified: trunk/Source/WebCore/html/HTMLVideoElement.cpp (193360 => 193361)


--- trunk/Source/WebCore/html/HTMLVideoElement.cpp	2015-12-03 19:52:52 UTC (rev 193360)
+++ trunk/Source/WebCore/html/HTMLVideoElement.cpp	2015-12-03 19:56:44 UTC (rev 193361)
@@ -41,6 +41,7 @@
 #include "RenderVideo.h"
 #include "ScriptController.h"
 #include "Settings.h"
+#include "TextStream.h"
 #include <wtf/NeverDestroyed.h>
 
 #if ENABLE(VIDEO_PRESENTATION_MODE)
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to