Changeset 165234 in webkit
- Timestamp:
- Mar 6, 2014, 5:31:54 PM (11 years ago)
- Location:
- trunk/Source/WebKit2
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKit2/ChangeLog
r165230 r165234 1 2014-03-06 Simon Fraser <simon.fraser@apple.com> 2 3 Remove empty class extension in WKContentViewInteraction 4 https://bugs.webkit.org/show_bug.cgi?id=129849 5 6 Reviewed by Enrica Casucci. 7 8 This empty class extension is cruft left over from refactoring. 9 It can be removed. 10 11 * UIProcess/ios/WKContentViewInteraction.mm: 12 1 13 2014-03-06 Simon Fraser <simon.fraser@apple.com> 2 14 -
trunk/Source/WebKit2/UIProcess/ios/WKContentViewInteraction.mm
r165116 r165234 128 128 - (id)initWithView:(UIResponder <UITextInput> *)view; 129 129 - (void)selectWord; 130 @end131 132 @interface WKContentView () {133 134 }135 136 130 @end 137 131
Note:
See TracChangeset
for help on using the changeset viewer.