Changeset 201591 in webkit
- Timestamp:
- Jun 1, 2016, 9:38:46 PM (10 years ago)
- Location:
- trunk/Source/WebKit2
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
WebProcess/WebPage/EventDispatcher.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKit2/ChangeLog
r201588 r201591 1 2016-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 1 8 2016-05-31 Darin Adler <darin@apple.com> 2 9 -
trunk/Source/WebKit2/WebProcess/WebPage/EventDispatcher.cpp
r201575 r201591 191 191 if (updateListWasEmpty) { 192 192 RunLoop::main().dispatch([protectedThis = Ref<EventDispatcher>(*this)]() mutable { 193 eventDispatcher->dispatchTouchEvents();193 protectedThis->dispatchTouchEvents(); 194 194 }); 195 195 }
Note:
See TracChangeset
for help on using the changeset viewer.