Title: [198037] trunk/Source/WebKit2
Revision
198037
Author
[email protected]
Date
2016-03-11 11:54:13 -0800 (Fri, 11 Mar 2016)

Log Message

Follow-up to:

_WKPreviewAction should be in an internal header
https://bugs.webkit.org/show_bug.cgi?id=155370

Rubber-stamped by Dan Bernstein.

* UIProcess/API/Cocoa/_WKPreviewActionInternal.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (198036 => 198037)


--- trunk/Source/WebKit2/ChangeLog	2016-03-11 19:37:17 UTC (rev 198036)
+++ trunk/Source/WebKit2/ChangeLog	2016-03-11 19:54:13 UTC (rev 198037)
@@ -1,8 +1,19 @@
 2016-03-11  Beth Dakin  <[email protected]>
 
+        Follow-up to:
+
         _WKPreviewAction should be in an internal header
         https://bugs.webkit.org/show_bug.cgi?id=155370
 
+        Rubber-stamped by Dan Bernstein.
+
+        * UIProcess/API/Cocoa/_WKPreviewActionInternal.h:
+
+2016-03-11  Beth Dakin  <[email protected]>
+
+        _WKPreviewAction should be in an internal header
+        https://bugs.webkit.org/show_bug.cgi?id=155370
+
         Reviewed by Tim Horton.
 
         Move _WKPreviewAction to an Internal header since only the protocol needs to 

Modified: trunk/Source/WebKit2/UIProcess/API/Cocoa/_WKPreviewActionInternal.h (198036 => 198037)


--- trunk/Source/WebKit2/UIProcess/API/Cocoa/_WKPreviewActionInternal.h	2016-03-11 19:37:17 UTC (rev 198036)
+++ trunk/Source/WebKit2/UIProcess/API/Cocoa/_WKPreviewActionInternal.h	2016-03-11 19:54:13 UTC (rev 198037)
@@ -23,7 +23,7 @@
  * THE POSSIBILITY OF SUCH DAMAGE.
  */
 
-#import <WebKit/WKFoundation.h>
+#import "WKFoundation.h"
 
 #if WK_API_ENABLED && TARGET_OS_IPHONE
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to