Changeset 152984 in webkit
- Timestamp:
- Jul 22, 2013, 11:25:22 AM (12 years ago)
- Location:
- trunk/Source/WebKit2
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/Source/WebKit2/ChangeLog ¶
r152950 r152984 1 2013-07-22 Alexey Proskuryakov <ap@apple.com> 2 3 Frequent MESSAGE_CHECK failures in WebPageProxy::didReceiveEvent 4 https://bugs.webkit.org/show_bug.cgi?id=118976 5 <rdar://problem/14155030> 6 7 Reviewed by Sam Weinig. 8 9 * UIProcess/WebPageProxy.cpp: (WebKit::WebPageProxy::resetStateAfterProcessExited): 10 Clear m_gestureEventQueue, just like we clear all other event queues here. 11 1 12 2013-07-21 Anders Carlsson <andersca@apple.com> 2 13 -
TabularUnified trunk/Source/WebKit2/UIProcess/WebPageProxy.cpp ¶
r152841 r152984 3900 3900 3901 3901 // Can't expect DidReceiveEvent notifications from a crashed web process. 3902 #if ENABLE(GESTURE_EVENTS) 3903 m_gestureEventQueue.clear(); 3904 #endif 3902 3905 m_keyEventQueue.clear(); 3903 3904 3906 m_wheelEventQueue.clear(); 3905 3907 m_currentlyProcessedWheelEvents.clear();
Note:
See TracChangeset
for help on using the changeset viewer.