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

Changeset 201591 in webkit


Ignore:
Timestamp:
Jun 1, 2016, 9:38:46 PM (10 years ago)
Author:
mitz@apple.com
Message:

Try to fix ENABLE(IOS_TOUCH_EVENTS) builds.

  • WebProcess/WebPage/EventDispatcher.cpp:

(WebKit::EventDispatcher::touchEvent):

Location:
trunk/Source/WebKit2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r201588 r201591  
     12016-06-01  Dan Bernstein  <mitz@apple.com>
     2
     3        Try to fix ENABLE(IOS_TOUCH_EVENTS) builds.
     4
     5        * WebProcess/WebPage/EventDispatcher.cpp:
     6        (WebKit::EventDispatcher::touchEvent):
     7
    182016-05-31  Darin Adler  <darin@apple.com>
    29
  • trunk/Source/WebKit2/WebProcess/WebPage/EventDispatcher.cpp

    r201575 r201591  
    191191    if (updateListWasEmpty) {
    192192        RunLoop::main().dispatch([protectedThis = Ref<EventDispatcher>(*this)]() mutable {
    193             eventDispatcher->dispatchTouchEvents();
     193            protectedThis->dispatchTouchEvents();
    194194        });
    195195    }
Note: See TracChangeset for help on using the changeset viewer.