Title: [161897] trunk/Source/WebKit/mac
Revision
161897
Author
[email protected]
Date
2014-01-13 11:32:25 -0800 (Mon, 13 Jan 2014)

Log Message

Include WAKAppKitStubs.h to get NSSelectionAffinity.

* WebView/WebEditingDelegate.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit/mac/ChangeLog (161896 => 161897)


--- trunk/Source/WebKit/mac/ChangeLog	2014-01-13 19:17:38 UTC (rev 161896)
+++ trunk/Source/WebKit/mac/ChangeLog	2014-01-13 19:32:25 UTC (rev 161897)
@@ -1,5 +1,11 @@
 2014-01-13  Simon Fraser  <[email protected]>
 
+        Include WAKAppKitStubs.h to get NSSelectionAffinity.
+
+        * WebView/WebEditingDelegate.h:
+
+2014-01-13  Simon Fraser  <[email protected]>
+
         DOMTouch* etc should not be public headers on iOS.
         
         * MigrateHeaders.make:

Modified: trunk/Source/WebKit/mac/WebView/WebEditingDelegate.h (161896 => 161897)


--- trunk/Source/WebKit/mac/WebView/WebEditingDelegate.h	2014-01-13 19:17:38 UTC (rev 161896)
+++ trunk/Source/WebKit/mac/WebView/WebEditingDelegate.h	2014-01-13 19:32:25 UTC (rev 161897)
@@ -30,6 +30,8 @@
 
 #if !TARGET_OS_IPHONE
 #import <AppKit/AppKit.h>
+#else
+#import <WebKit/WAKAppKitStubs.h>
 #endif
 
 @class DOMCSSStyleDeclaration;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to