Title: [288733] trunk/Source/WebCore
Revision
288733
Author
dp...@igalia.com
Date
2022-01-27 23:33:35 -0800 (Thu, 27 Jan 2022)

Log Message

[WPE] Unreviewed, fix non-unified build after r288672
https://bugs.webkit.org/show_bug.cgi?id=235756


* Modules/webxr/XRReferenceSpaceEvent.cpp:
* loader/ProgressTracker.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (288732 => 288733)


--- trunk/Source/WebCore/ChangeLog	2022-01-28 07:31:41 UTC (rev 288732)
+++ trunk/Source/WebCore/ChangeLog	2022-01-28 07:33:35 UTC (rev 288733)
@@ -1,3 +1,11 @@
+2022-01-27  Diego Pino Garcia  <dp...@igalia.com>
+
+        [WPE] Unreviewed, fix non-unified build after r288672
+        https://bugs.webkit.org/show_bug.cgi?id=235756
+
+        * Modules/webxr/XRReferenceSpaceEvent.cpp:
+        * loader/ProgressTracker.h:
+
 2022-01-27  Aditya Keerthi  <akeer...@apple.com>
 
         Introduce WebFoundTextRange and WebFoundTextRangeController to support restorable find results

Modified: trunk/Source/WebCore/Modules/webxr/XRReferenceSpaceEvent.cpp (288732 => 288733)


--- trunk/Source/WebCore/Modules/webxr/XRReferenceSpaceEvent.cpp	2022-01-28 07:31:41 UTC (rev 288732)
+++ trunk/Source/WebCore/Modules/webxr/XRReferenceSpaceEvent.cpp	2022-01-28 07:33:35 UTC (rev 288733)
@@ -30,6 +30,7 @@
 
 #include "WebXRReferenceSpace.h"
 #include "WebXRRigidTransform.h"
+#include <wtf/IsoMallocInlines.h>
 
 namespace WebCore {
 

Modified: trunk/Source/WebCore/loader/ProgressTracker.h (288732 => 288733)


--- trunk/Source/WebCore/loader/ProgressTracker.h	2022-01-28 07:31:41 UTC (rev 288732)
+++ trunk/Source/WebCore/loader/ProgressTracker.h	2022-01-28 07:33:35 UTC (rev 288733)
@@ -25,6 +25,7 @@
 
 #pragma once
 
+#include "Page.h"
 #include "ResourceLoaderIdentifier.h"
 #include "Timer.h"
 #include <wtf/Forward.h>
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to