Title: [160057] trunk/Source/WebKit2
- Revision
- 160057
- Author
- [email protected]
- Date
- 2013-12-03 16:13:34 -0800 (Tue, 03 Dec 2013)
Log Message
Initialize the PageBannerClientImpl API::Client
https://bugs.webkit.org/show_bug.cgi?id=125198
Reviewed by Tim Horton.
* WebProcess/InjectedBundle/API/c/mac/WKBundlePageBannerMac.mm:
(PageBannerClientImpl::PageBannerClientImpl):
Modified Paths
Diff
Modified: trunk/Source/WebKit2/ChangeLog (160056 => 160057)
--- trunk/Source/WebKit2/ChangeLog 2013-12-03 23:56:31 UTC (rev 160056)
+++ trunk/Source/WebKit2/ChangeLog 2013-12-04 00:13:34 UTC (rev 160057)
@@ -1,3 +1,13 @@
+2013-12-03 Anders Carlsson <[email protected]>
+
+ Initialize the PageBannerClientImpl API::Client
+ https://bugs.webkit.org/show_bug.cgi?id=125198
+
+ Reviewed by Tim Horton.
+
+ * WebProcess/InjectedBundle/API/c/mac/WKBundlePageBannerMac.mm:
+ (PageBannerClientImpl::PageBannerClientImpl):
+
2013-12-03 Tim Horton <[email protected]>
Remote Layer Tree: Force repaint
Modified: trunk/Source/WebKit2/WebProcess/InjectedBundle/API/c/mac/WKBundlePageBannerMac.mm (160056 => 160057)
--- trunk/Source/WebKit2/WebProcess/InjectedBundle/API/c/mac/WKBundlePageBannerMac.mm 2013-12-03 23:56:31 UTC (rev 160056)
+++ trunk/Source/WebKit2/WebProcess/InjectedBundle/API/c/mac/WKBundlePageBannerMac.mm 2013-12-04 00:13:34 UTC (rev 160057)
@@ -45,6 +45,7 @@
public:
explicit PageBannerClientImpl(WKBundlePageBannerClientBase* client)
{
+ initialize(client);
}
virtual ~PageBannerClientImpl()
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes