Title: [290107] trunk/Source/WebCore
Revision
290107
Author
dp...@igalia.com
Date
2022-02-17 19:37:28 -0800 (Thu, 17 Feb 2022)

Log Message

[WPE] Unreviewed, fix non-unified build after r290089

* html/PDFDocument.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (290106 => 290107)


--- trunk/Source/WebCore/ChangeLog	2022-02-18 03:31:39 UTC (rev 290106)
+++ trunk/Source/WebCore/ChangeLog	2022-02-18 03:37:28 UTC (rev 290107)
@@ -1,3 +1,9 @@
+2022-02-17  Diego Pino Garcia  <dp...@igalia.com>
+
+        [WPE] Unreviewed, fix non-unified build after r290089
+
+        * html/PDFDocument.cpp:
+
 2022-02-17  Alan Bujtas  <za...@apple.com>
 
         [LFC][IFC] 'vertical-align: bottom' makes inline level boxes stick out of their parent block box

Modified: trunk/Source/WebCore/html/PDFDocument.cpp (290106 => 290107)


--- trunk/Source/WebCore/html/PDFDocument.cpp	2022-02-18 03:31:39 UTC (rev 290106)
+++ trunk/Source/WebCore/html/PDFDocument.cpp	2022-02-18 03:37:28 UTC (rev 290107)
@@ -38,6 +38,7 @@
 #include "HTMLNames.h"
 #include "HTMLScriptElement.h"
 #include "RawDataDocumentParser.h"
+#include "ScriptController.h"
 #include "Settings.h"
 #include <wtf/IsoMallocInlines.h>
 #include <wtf/text/StringConcatenateNumbers.h>
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to