Title: [292838] trunk/Source/WebCore
Revision
292838
Author
dp...@igalia.com
Date
2022-04-13 15:50:02 -0700 (Wed, 13 Apr 2022)

Log Message

Unreviewed, fix non-unified build after r292810

* editing/HTMLInterchange.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (292837 => 292838)


--- trunk/Source/WebCore/ChangeLog	2022-04-13 22:47:07 UTC (rev 292837)
+++ trunk/Source/WebCore/ChangeLog	2022-04-13 22:50:02 UTC (rev 292838)
@@ -1,3 +1,9 @@
+2022-04-13  Diego Pino Garcia  <dp...@igalia.com>
+
+        Unreviewed, fix non-unified build after r292810
+
+        * editing/HTMLInterchange.h:
+
 2022-04-13  Sihui Liu  <sihui_...@apple.com>
 
         StorageMap::importItems may update currentSize wrongly in release build

Modified: trunk/Source/WebCore/editing/HTMLInterchange.h (292837 => 292838)


--- trunk/Source/WebCore/editing/HTMLInterchange.h	2022-04-13 22:47:07 UTC (rev 292837)
+++ trunk/Source/WebCore/editing/HTMLInterchange.h	2022-04-13 22:50:02 UTC (rev 292838)
@@ -26,6 +26,7 @@
 #pragma once
 
 #include <wtf/Forward.h>
+#include <wtf/text/ASCIILiteral.h>
 
 namespace WebCore {
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to