Changeset 246665 in webkit
- Timestamp:
- Jun 20, 2019, 5:50:07 PM (7 years ago)
- Location:
- trunk/Source/WebKit
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
UIProcess/ios/WKContentViewInteraction.mm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKit/ChangeLog
r246664 r246665 1 2019-06-20 Megan Gardner <megan_gardner@apple.com> 2 3 Remove change that was causing hangs 4 https://bugs.webkit.org/show_bug.cgi?id=199055 5 <rdar://problem/51820516> 6 7 Reviewed by Darin Adler. 8 9 This fix can sometimes cause deadlocks in the UIProcess. 10 We have a different fix that will go into UIKit <rdar://problem/51927701>. 11 12 * UIProcess/ios/WKContentViewInteraction.mm: 13 (-[WKContentView _selectionChanged]): 14 1 15 2019-06-20 Daniel Bates <dabates@apple.com> 2 16 -
trunk/Source/WebKit/UIProcess/ios/WKContentViewInteraction.mm
r246657 r246665 5776 5776 } 5777 5777 #endif 5778 5779 [self.inputDelegate selectionWillChange:self];5780 [self.inputDelegate selectionDidChange:self];5781 5778 5782 5779 [_webView _didChangeEditorState];
Note:
See TracChangeset
for help on using the changeset viewer.