Changeset 175954 in webkit
- Timestamp:
- Nov 11, 2014, 9:59:03 AM (12 years ago)
- Location:
- trunk/Source/WebKit/mac
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
WebView/WebHTMLView.mm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKit/mac/ChangeLog
r175842 r175954 1 2014-11-11 Dan Bernstein <mitz@apple.com> 2 3 iOS build fix. 4 5 * WebView/WebHTMLView.mm: 6 1 7 2014-11-10 Beth Dakin <bdakin@apple.com> 2 8 -
trunk/Source/WebKit/mac/WebView/WebHTMLView.mm
r175842 r175954 5963 5963 } 5964 5964 5965 #if PLATFORM(MAC) 5965 5966 - (void)_changeSpellingToWord:(NSString *)newWord 5966 5967 { … … 5980 5981 [[self _frame] _replaceSelectionWithText:newWord selectReplacement:YES smartReplace:NO]; 5981 5982 } 5983 #endif 5982 5984 5983 5985 @end
Note:
See TracChangeset
for help on using the changeset viewer.