Title: [163996] trunk/Source/WebKit2
- Revision
- 163996
- Author
- [email protected]
- Date
- 2014-02-12 15:57:08 -0800 (Wed, 12 Feb 2014)
Log Message
Forward declare WKNavigation in WKNavigationDelegate.h
https://bugs.webkit.org/show_bug.cgi?id=128699
Reviewed by Tim Horton.
* UIProcess/API/Cocoa/WKNavigationDelegate.h:
Modified Paths
Diff
Modified: trunk/Source/WebKit2/ChangeLog (163995 => 163996)
--- trunk/Source/WebKit2/ChangeLog 2014-02-12 23:14:43 UTC (rev 163995)
+++ trunk/Source/WebKit2/ChangeLog 2014-02-12 23:57:08 UTC (rev 163996)
@@ -1,5 +1,14 @@
2014-02-12 Anders Carlsson <[email protected]>
+ Forward declare WKNavigation in WKNavigationDelegate.h
+ https://bugs.webkit.org/show_bug.cgi?id=128699
+
+ Reviewed by Tim Horton.
+
+ * UIProcess/API/Cocoa/WKNavigationDelegate.h:
+
+2014-02-12 Anders Carlsson <[email protected]>
+
Expose scrollView on the WKWebView
https://bugs.webkit.org/show_bug.cgi?id=128697
Modified: trunk/Source/WebKit2/UIProcess/API/Cocoa/WKNavigationDelegate.h (163995 => 163996)
--- trunk/Source/WebKit2/UIProcess/API/Cocoa/WKNavigationDelegate.h 2014-02-12 23:14:43 UTC (rev 163995)
+++ trunk/Source/WebKit2/UIProcess/API/Cocoa/WKNavigationDelegate.h 2014-02-12 23:57:08 UTC (rev 163996)
@@ -28,6 +28,7 @@
#if WK_API_ENABLED
+@class WKNavigation;
@class WKNavigationAction;
@class WKNavigationResponse;
@class WKWebView;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes