Title: [294095] trunk/Source/WebCore
Revision
294095
Author
[email protected]
Date
2022-05-11 22:41:29 -0700 (Wed, 11 May 2022)

Log Message

[WPE] Unreviewed, build fix after r293816
https://bugs.webkit.org/show_bug.cgi?id=240330

Build was broken when ENABLE_ORIENTATION_EVENTS=ON


* dom/DeviceOrientationEvent.idl:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (294094 => 294095)


--- trunk/Source/WebCore/ChangeLog	2022-05-12 05:14:05 UTC (rev 294094)
+++ trunk/Source/WebCore/ChangeLog	2022-05-12 05:41:29 UTC (rev 294095)
@@ -1,3 +1,12 @@
+2022-05-11  Diego Pino Garcia  <[email protected]>
+
+        [WPE] Unreviewed, build fix after r293816
+        https://bugs.webkit.org/show_bug.cgi?id=240330
+
+        Build was broken when ENABLE_ORIENTATION_EVENTS=ON
+
+        * dom/DeviceOrientationEvent.idl:
+
 2022-05-11  Simon Fraser  <[email protected]>
 
         Some RenderStyle::diff() optimizations

Modified: trunk/Source/WebCore/dom/DeviceOrientationEvent.idl (294094 => 294095)


--- trunk/Source/WebCore/dom/DeviceOrientationEvent.idl	2022-05-12 05:14:05 UTC (rev 294094)
+++ trunk/Source/WebCore/dom/DeviceOrientationEvent.idl	2022-05-12 05:41:29 UTC (rev 294095)
@@ -48,7 +48,7 @@
                                     optional unrestricted double? compassAccuracy = null);
 #else
     readonly attribute boolean? absolute;
-    undefined initDeviceOrientationEvent(optional DOMString type = "",
+    undefined initDeviceOrientationEvent(optional [AtomString] DOMString type = "",
                                     optional boolean bubbles = false,
                                     optional boolean cancelable = false,
                                     optional unrestricted double? alpha = null,
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to