Title: [288550] trunk/Source/WebCore
Revision
288550
Author
lmo...@igalia.com
Date
2022-01-25 08:20:28 -0800 (Tue, 25 Jan 2022)

Log Message

Non-unified buildfix after r288546/246378@main
https://bugs.webkit.org/show_bug.cgi?id=235590

Unreviewed build fix.


* page/Navigator.cpp: Add missing include.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (288549 => 288550)


--- trunk/Source/WebCore/ChangeLog	2022-01-25 15:59:17 UTC (rev 288549)
+++ trunk/Source/WebCore/ChangeLog	2022-01-25 16:20:28 UTC (rev 288550)
@@ -1,3 +1,12 @@
+2022-01-25  Lauro Moura  <lmo...@igalia.com>
+
+        Non-unified buildfix after r288546/246378@main
+        https://bugs.webkit.org/show_bug.cgi?id=235590
+
+        Unreviewed build fix.
+
+        * page/Navigator.cpp: Add missing include.
+
 2022-01-25  Commit Queue  <commit-qu...@webkit.org>
 
         Unreviewed, reverting r282374.

Modified: trunk/Source/WebCore/page/Navigator.cpp (288549 => 288550)


--- trunk/Source/WebCore/page/Navigator.cpp	2022-01-25 15:59:17 UTC (rev 288549)
+++ trunk/Source/WebCore/page/Navigator.cpp	2022-01-25 16:20:28 UTC (rev 288550)
@@ -41,6 +41,7 @@
 #include "Page.h"
 #include "PlatformStrategies.h"
 #include "PluginData.h"
+#include "Quirks.h"
 #include "ResourceLoadObserver.h"
 #include "RuntimeEnabledFeatures.h"
 #include "ScriptController.h"
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to