Title: [175954] trunk/Source/WebKit/mac
Revision
175954
Author
m...@apple.com
Date
2014-11-11 09:59:03 -0800 (Tue, 11 Nov 2014)

Log Message

iOS build fix.

* WebView/WebHTMLView.mm:

Modified Paths

Diff

Modified: trunk/Source/WebKit/mac/ChangeLog (175953 => 175954)


--- trunk/Source/WebKit/mac/ChangeLog	2014-11-11 17:53:32 UTC (rev 175953)
+++ trunk/Source/WebKit/mac/ChangeLog	2014-11-11 17:59:03 UTC (rev 175954)
@@ -1,3 +1,9 @@
+2014-11-11  Dan Bernstein  <m...@apple.com>
+
+        iOS build fix.
+
+        * WebView/WebHTMLView.mm:
+
 2014-11-10  Beth Dakin  <bda...@apple.com>
 
         WK1: Support default actions for editable text with misspelled word

Modified: trunk/Source/WebKit/mac/WebView/WebHTMLView.mm (175953 => 175954)


--- trunk/Source/WebKit/mac/WebView/WebHTMLView.mm	2014-11-11 17:53:32 UTC (rev 175953)
+++ trunk/Source/WebKit/mac/WebView/WebHTMLView.mm	2014-11-11 17:59:03 UTC (rev 175954)
@@ -5962,6 +5962,7 @@
 #endif
 }
 
+#if PLATFORM(MAC)
 - (void)_changeSpellingToWord:(NSString *)newWord
 {
     if (![self _canEdit])
@@ -5979,6 +5980,7 @@
     if ([self _shouldReplaceSelectionWithText:newWord givenAction:WebViewInsertActionPasted])
         [[self _frame] _replaceSelectionWithText:newWord selectReplacement:YES smartReplace:NO];
 }
+#endif
 
 @end
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to