Title: [286714] branches/safari-612.4.2.1-branch/Source/WebKit
Revision
286714
Author
alanc...@apple.com
Date
2021-12-08 13:25:21 -0800 (Wed, 08 Dec 2021)

Log Message

Cherry-pick r286277. rdar://problem/85928816

    Fix the build

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

    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@286277 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Modified Paths

Diff

Modified: branches/safari-612.4.2.1-branch/Source/WebKit/ChangeLog (286713 => 286714)


--- branches/safari-612.4.2.1-branch/Source/WebKit/ChangeLog	2021-12-08 21:25:18 UTC (rev 286713)
+++ branches/safari-612.4.2.1-branch/Source/WebKit/ChangeLog	2021-12-08 21:25:21 UTC (rev 286714)
@@ -1,5 +1,24 @@
 2021-12-01  Alan Coon  <alanc...@apple.com>
 
+        Cherry-pick r286277. rdar://problem/85928816
+
+    Fix the build
+    
+    * Shared/ios/WebIOSEventFactory.mm:
+    (WebIOSEventFactory::createWebWheelEvent):
+    
+    
+    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@286277 268f45cc-cd09-0410-ab3c-d52691b4dbfc
+
+    2021-11-29  Tim Horton  <timothy_hor...@apple.com>
+
+            Fix the build
+
+            * Shared/ios/WebIOSEventFactory.mm:
+            (WebIOSEventFactory::createWebWheelEvent):
+
+2021-12-01  Alan Coon  <alanc...@apple.com>
+
         Cherry-pick r286270. rdar://problem/85928816
 
     Plumb raw platform scrolling deltas along in wheel events

Modified: branches/safari-612.4.2.1-branch/Source/WebKit/Shared/ios/WebIOSEventFactory.mm (286713 => 286714)


--- branches/safari-612.4.2.1-branch/Source/WebKit/Shared/ios/WebIOSEventFactory.mm	2021-12-08 21:25:18 UTC (rev 286713)
+++ branches/safari-612.4.2.1-branch/Source/WebKit/Shared/ios/WebIOSEventFactory.mm	2021-12-08 21:25:21 UTC (rev 286714)
@@ -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