Title: [284089] trunk/Source/WebCore
Revision
284089
Author
[email protected]
Date
2021-10-13 04:21:47 -0700 (Wed, 13 Oct 2021)

Log Message

Unreviewed, THUNDER build fix

* platform/graphics/gstreamer/eme/CDMThunder.cpp: Include PrintStream.h, required for boolForPrinting().

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (284088 => 284089)


--- trunk/Source/WebCore/ChangeLog	2021-10-13 11:00:25 UTC (rev 284088)
+++ trunk/Source/WebCore/ChangeLog	2021-10-13 11:21:47 UTC (rev 284089)
@@ -1,3 +1,9 @@
+2021-10-13  Philippe Normand  <[email protected]>
+
+        Unreviewed, THUNDER build fix
+
+        * platform/graphics/gstreamer/eme/CDMThunder.cpp: Include PrintStream.h, required for boolForPrinting().
+
 2021-10-13  Carlos Garcia Campos  <[email protected]>
 
         Unreviewed. Fix GTK build with ATSPI enabled after r284009

Modified: trunk/Source/WebCore/platform/graphics/gstreamer/eme/CDMThunder.cpp (284088 => 284089)


--- trunk/Source/WebCore/platform/graphics/gstreamer/eme/CDMThunder.cpp	2021-10-13 11:00:25 UTC (rev 284088)
+++ trunk/Source/WebCore/platform/graphics/gstreamer/eme/CDMThunder.cpp	2021-10-13 11:21:47 UTC (rev 284089)
@@ -46,6 +46,7 @@
 #include <iterator>
 #include <wtf/MainThread.h>
 #include <wtf/NeverDestroyed.h>
+#include <wtf/PrintStream.h>
 #include <wtf/text/Base64.h>
 #include <wtf/text/StringToIntegerConversion.h>
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to