Title: [175956] trunk/Source/WebKit/mac
Revision
175956
Author
[email protected]
Date
2014-11-11 10:17:38 -0800 (Tue, 11 Nov 2014)

Log Message

More iOS build fix.

* WebView/WebHTMLViewInternal.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit/mac/ChangeLog (175955 => 175956)


--- trunk/Source/WebKit/mac/ChangeLog	2014-11-11 18:15:46 UTC (rev 175955)
+++ trunk/Source/WebKit/mac/ChangeLog	2014-11-11 18:17:38 UTC (rev 175956)
@@ -1,5 +1,11 @@
 2014-11-11  Dan Bernstein  <[email protected]>
 
+        More iOS build fix.
+
+        * WebView/WebHTMLViewInternal.h:
+
+2014-11-11  Dan Bernstein  <[email protected]>
+
         iOS build fix.
 
         * WebView/WebHTMLView.mm:

Modified: trunk/Source/WebKit/mac/WebView/WebHTMLViewInternal.h (175955 => 175956)


--- trunk/Source/WebKit/mac/WebView/WebHTMLViewInternal.h	2014-11-11 18:15:46 UTC (rev 175955)
+++ trunk/Source/WebKit/mac/WebView/WebHTMLViewInternal.h	2014-11-11 18:17:38 UTC (rev 175956)
@@ -70,8 +70,9 @@
 #if PLATFORM(IOS)
 - (void)_layoutIfNeeded;
 #endif
-
+#if PLATFORM(MAC)
 - (void)_changeSpellingToWord:(NSString *)newWord;
+#endif
 @end
 
 #if PLATFORM(IOS)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to