⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 286714 in webkit


Ignore:
Timestamp:
Dec 8, 2021, 1:25:21 PM (5 years ago)
Author:
Alan Coon
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

Location:
branches/safari-612.4.2.1-branch/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/safari-612.4.2.1-branch/Source/WebKit/ChangeLog

    r286713 r286714  
     12021-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
    1202021-12-01  Alan Coon  <alancoon@apple.com>
    221
  • branches/safari-612.4.2.1-branch/Source/WebKit/Shared/ios/WebIOSEventFactory.mm

    r286712 r286714  
    178178        { },
    179179        timestamp,
    180         timestamp
     180        timestamp,
     181        { }
    181182    };
    182183}
Note: See TracChangeset for help on using the changeset viewer.