Title: [173337] trunk/Source/WebCore
- Revision
- 173337
- Author
- [email protected]
- Date
- 2014-09-05 15:26:20 -0700 (Fri, 05 Sep 2014)
Log Message
Unreviewed GTK build fix; include StringPrintStream to pull in toString().
* html/HTMLMediaElement.h:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (173336 => 173337)
--- trunk/Source/WebCore/ChangeLog 2014-09-05 22:11:16 UTC (rev 173336)
+++ trunk/Source/WebCore/ChangeLog 2014-09-05 22:26:20 UTC (rev 173337)
@@ -1,3 +1,9 @@
+2014-09-05 Jer Noble <[email protected]>
+
+ Unreviewed GTK build fix; include StringPrintStream to pull in toString().
+
+ * html/HTMLMediaElement.h:
+
2014-09-05 Brady Eidson <[email protected]>
Allow pages with unload handlers in the page cache
Modified: trunk/Source/WebCore/html/HTMLMediaElement.h (173336 => 173337)
--- trunk/Source/WebCore/html/HTMLMediaElement.h 2014-09-05 22:11:16 UTC (rev 173336)
+++ trunk/Source/WebCore/html/HTMLMediaElement.h 2014-09-05 22:26:20 UTC (rev 173337)
@@ -49,6 +49,9 @@
#include "MediaStream.h"
#endif
+#ifndef NDEBUG
+#include <wtf/StringPrintStream.h>
+#endif
namespace WebCore {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes