Title: [286646] trunk/Source/WebCore
Revision
286646
Author
[email protected]
Date
2021-12-08 00:28:46 -0800 (Wed, 08 Dec 2021)

Log Message

REGRESSION(r286556): DeviceOrientationUpdateProvider.h is only available in iOS
https://bugs.webkit.org/show_bug.cgi?id=233991

Unreviewed build fix.


* page/PageConfiguration.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (286645 => 286646)


--- trunk/Source/WebCore/ChangeLog	2021-12-08 07:27:20 UTC (rev 286645)
+++ trunk/Source/WebCore/ChangeLog	2021-12-08 08:28:46 UTC (rev 286646)
@@ -1,3 +1,12 @@
+2021-12-08  Diego Pino Garcia  <[email protected]>
+
+        REGRESSION(r286556): DeviceOrientationUpdateProvider.h is only available in iOS
+        https://bugs.webkit.org/show_bug.cgi?id=233991
+
+        Unreviewed build fix.
+
+        * page/PageConfiguration.h:
+
 2021-12-07  Youenn Fablet  <[email protected]>
 
         Add logging to RealtimeOutgoingVideoSource creation

Modified: trunk/Source/WebCore/page/PageConfiguration.h (286645 => 286646)


--- trunk/Source/WebCore/page/PageConfiguration.h	2021-12-08 07:27:20 UTC (rev 286645)
+++ trunk/Source/WebCore/page/PageConfiguration.h	2021-12-08 08:28:46 UTC (rev 286646)
@@ -38,7 +38,7 @@
 #include "ApplicationManifest.h"
 #endif
 
-#if ENABLE(DEVICE_ORIENTATION)
+#if PLATFORM(IOS_FAMILY) && ENABLE(DEVICE_ORIENTATION)
 #include "DeviceOrientationUpdateProvider.h"
 #endif
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to