Title: [286277] trunk/Source/WebKit
Revision
286277
Author
timothy_hor...@apple.com
Date
2021-11-29 17:42:49 -0800 (Mon, 29 Nov 2021)

Log Message

Fix the build

* Shared/ios/WebIOSEventFactory.mm:
(WebIOSEventFactory::createWebWheelEvent):

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (286276 => 286277)


--- trunk/Source/WebKit/ChangeLog	2021-11-30 01:23:53 UTC (rev 286276)
+++ trunk/Source/WebKit/ChangeLog	2021-11-30 01:42:49 UTC (rev 286277)
@@ -1,3 +1,10 @@
+2021-11-29  Tim Horton  <timothy_hor...@apple.com>
+
+        Fix the build
+
+        * Shared/ios/WebIOSEventFactory.mm:
+        (WebIOSEventFactory::createWebWheelEvent):
+
 2021-11-29  Brady Eidson  <beid...@apple.com>
 
         Make webpushd "fake registration for testing" much more complicated by adding a "mock app bundle" install

Modified: trunk/Source/WebKit/Shared/ios/WebIOSEventFactory.mm (286276 => 286277)


--- trunk/Source/WebKit/Shared/ios/WebIOSEventFactory.mm	2021-11-30 01:23:53 UTC (rev 286276)
+++ trunk/Source/WebKit/Shared/ios/WebIOSEventFactory.mm	2021-11-30 01:42:49 UTC (rev 286277)
@@ -177,7 +177,8 @@
         delta,
         { },
         timestamp,
-        timestamp
+        timestamp,
+        { }
     };
 }
 #endif
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to