⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 175954 in webkit


Ignore:
Timestamp:
Nov 11, 2014, 9:59:03 AM (12 years ago)
Author:
mitz@apple.com
Message:

iOS build fix.

  • WebView/WebHTMLView.mm:
Location:
trunk/Source/WebKit/mac
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/mac/ChangeLog

    r175842 r175954  
     12014-11-11  Dan Bernstein  <mitz@apple.com>
     2
     3        iOS build fix.
     4
     5        * WebView/WebHTMLView.mm:
     6
    172014-11-10  Beth Dakin  <bdakin@apple.com>
    28
  • trunk/Source/WebKit/mac/WebView/WebHTMLView.mm

    r175842 r175954  
    59635963}
    59645964
     5965#if PLATFORM(MAC)
    59655966- (void)_changeSpellingToWord:(NSString *)newWord
    59665967{
     
    59805981        [[self _frame] _replaceSelectionWithText:newWord selectReplacement:YES smartReplace:NO];
    59815982}
     5983#endif
    59825984
    59835985@end
Note: See TracChangeset for help on using the changeset viewer.