Changeset 286714 in webkit
- Timestamp:
- Dec 8, 2021, 1:25:21 PM (5 years ago)
- Location:
- branches/safari-612.4.2.1-branch/Source/WebKit
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
Shared/ios/WebIOSEventFactory.mm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/safari-612.4.2.1-branch/Source/WebKit/ChangeLog
r286713 r286714 1 2021-12-01 Alan Coon <alancoon@apple.com> 2 3 Cherry-pick r286277. rdar://problem/85928816 4 5 Fix the build 6 7 * Shared/ios/WebIOSEventFactory.mm: 8 (WebIOSEventFactory::createWebWheelEvent): 9 10 11 git-svn-id: https://svn.webkit.org/repository/webkit/trunk@286277 268f45cc-cd09-0410-ab3c-d52691b4dbfc 12 13 2021-11-29 Tim Horton <timothy_horton@apple.com> 14 15 Fix the build 16 17 * Shared/ios/WebIOSEventFactory.mm: 18 (WebIOSEventFactory::createWebWheelEvent): 19 1 20 2021-12-01 Alan Coon <alancoon@apple.com> 2 21 -
branches/safari-612.4.2.1-branch/Source/WebKit/Shared/ios/WebIOSEventFactory.mm
r286712 r286714 178 178 { }, 179 179 timestamp, 180 timestamp 180 timestamp, 181 { } 181 182 }; 182 183 }
Note:
See TracChangeset
for help on using the changeset viewer.