Title: [164731] trunk/Source/WebKit2
Revision
164731
Author
[email protected]
Date
2014-02-26 11:44:12 -0800 (Wed, 26 Feb 2014)

Log Message

Fix MiniBrowser/WebKitTestRunner link errors; WKView still
needs to be exported while these tools are using it.

* UIProcess/API/Cocoa/WKView.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (164730 => 164731)


--- trunk/Source/WebKit2/ChangeLog	2014-02-26 19:34:34 UTC (rev 164730)
+++ trunk/Source/WebKit2/ChangeLog	2014-02-26 19:44:12 UTC (rev 164731)
@@ -1,5 +1,12 @@
 2014-02-26  Simon Fraser  <[email protected]>
 
+        Fix MiniBrowser/WebKitTestRunner link errors; WKView still
+        needs to be exported while these tools are using it.
+
+        * UIProcess/API/Cocoa/WKView.h:
+
+2014-02-26  Simon Fraser  <[email protected]>
+
         Fix the iOS build by wrapping some context menu stuff in #if ENABLE(CONTEXT_MENUS)
 
         * UIProcess/WebPageProxy.h:

Modified: trunk/Source/WebKit2/UIProcess/API/Cocoa/WKView.h (164730 => 164731)


--- trunk/Source/WebKit2/UIProcess/API/Cocoa/WKView.h	2014-02-26 19:34:34 UTC (rev 164730)
+++ trunk/Source/WebKit2/UIProcess/API/Cocoa/WKView.h	2014-02-26 19:44:12 UTC (rev 164731)
@@ -33,6 +33,7 @@
 @class WKProcessGroup;
 @class WKViewData;
 
+WK_EXPORT
 @interface WKView : NSView <NSTextInputClient> {
 @private
     WKViewData *_data;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to