Title: [258907] trunk/Source/WebCore
Revision
258907
Author
stephan.sz...@sony.com
Date
2020-03-23 21:51:34 -0700 (Mon, 23 Mar 2020)

Log Message

[WinCairo][PlayStation] Failure to build with ENABLE_XSLT=OFF
https://bugs.webkit.org/show_bug.cgi?id=209454

Reviewed by Ross Kirsling.

No new tests, build fix.

* xml/parser/XMLDocumentParserLibxml2.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (258906 => 258907)


--- trunk/Source/WebCore/ChangeLog	2020-03-24 04:48:49 UTC (rev 258906)
+++ trunk/Source/WebCore/ChangeLog	2020-03-24 04:51:34 UTC (rev 258907)
@@ -1,3 +1,14 @@
+2020-03-23  Stephan Szabo  <stephan.sz...@sony.com>
+
+        [WinCairo][PlayStation] Failure to build with ENABLE_XSLT=OFF
+        https://bugs.webkit.org/show_bug.cgi?id=209454
+
+        Reviewed by Ross Kirsling.
+
+        No new tests, build fix.
+
+        * xml/parser/XMLDocumentParserLibxml2.cpp:
+
 2020-03-23  Zalan Bujtas  <za...@apple.com>
 
         becu.org: Placeholder text "Search" is cut off

Modified: trunk/Source/WebCore/xml/parser/XMLDocumentParserLibxml2.cpp (258906 => 258907)


--- trunk/Source/WebCore/xml/parser/XMLDocumentParserLibxml2.cpp	2020-03-24 04:48:49 UTC (rev 258906)
+++ trunk/Source/WebCore/xml/parser/XMLDocumentParserLibxml2.cpp	2020-03-24 04:51:34 UTC (rev 258907)
@@ -42,6 +42,7 @@
 #include "HTTPParsers.h"
 #include "InlineClassicScript.h"
 #include "MIMETypeRegistry.h"
+#include "PageConsoleClient.h"
 #include "PendingScript.h"
 #include "ProcessingInstruction.h"
 #include "ResourceError.h"
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to