Title: [148021] trunk/Source/WebKit2
- Revision
- 148021
- Author
- [email protected]
- Date
- 2013-04-09 07:14:58 -0700 (Tue, 09 Apr 2013)
Log Message
[Qt][WK2] Remove obsolete QtWebPageFindClient forward declaration from qquickwebview_p.h.
https://bugs.webkit.org/show_bug.cgi?id=114284
Reviewed by Andreas Kling.
The class QtWebPageFindClient was removed in r142073 when the functionality
was folded into QQuickWebViewPrivate.
* UIProcess/API/qt/qquickwebview_p.h:
(WebKit):
Modified Paths
Diff
Modified: trunk/Source/WebKit2/ChangeLog (148020 => 148021)
--- trunk/Source/WebKit2/ChangeLog 2013-04-09 14:13:30 UTC (rev 148020)
+++ trunk/Source/WebKit2/ChangeLog 2013-04-09 14:14:58 UTC (rev 148021)
@@ -1,5 +1,18 @@
2013-04-09 Michael BrĂ¼ning <[email protected]>
+ [Qt][WK2] Remove obsolete QtWebPageFindClient forward declaration from qquickwebview_p.h.
+ https://bugs.webkit.org/show_bug.cgi?id=114284
+
+ Reviewed by Andreas Kling.
+
+ The class QtWebPageFindClient was removed in r142073 when the functionality
+ was folded into QQuickWebViewPrivate.
+
+ * UIProcess/API/qt/qquickwebview_p.h:
+ (WebKit):
+
+2013-04-09 Michael BrĂ¼ning <[email protected]>
+
Fix GTK WebKit2 build after r148005.
https://bugs.webkit.org/show_bug.cgi?id=114270
Modified: trunk/Source/WebKit2/UIProcess/API/qt/qquickwebview_p.h (148020 => 148021)
--- trunk/Source/WebKit2/UIProcess/API/qt/qquickwebview_p.h 2013-04-09 14:13:30 UTC (rev 148020)
+++ trunk/Source/WebKit2/UIProcess/API/qt/qquickwebview_p.h 2013-04-09 14:14:58 UTC (rev 148021)
@@ -55,7 +55,6 @@
namespace WebKit {
struct QtRefCountedNetworkRequestData;
class PageViewportControllerClientQt;
-class QtWebPageFindClient;
class QtWebPagePolicyClient;
class QtWebPageUIClient;
}
@@ -224,7 +223,6 @@
friend class QWebKitTest;
friend class WebKit::PageViewportControllerClientQt;
- friend class WebKit::QtWebPageFindClient;
friend class WebKit::QtWebPagePolicyClient;
friend class WebKit::QtWebPageUIClient;
friend class WTR::PlatformWebView;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes