Title: [170641] trunk/Source/WebKit2
- Revision
- 170641
- Author
- [email protected]
- Date
- 2014-07-01 09:43:03 -0700 (Tue, 01 Jul 2014)
Log Message
Build fix.
Forgot to commit locally before pushing.
* WebProcess/WebPage/WebPage.cpp:
(WebKit::WebPage::servicesOverlayController): s/this/*this/
Modified Paths
Diff
Modified: trunk/Source/WebKit2/ChangeLog (170640 => 170641)
--- trunk/Source/WebKit2/ChangeLog 2014-07-01 16:22:01 UTC (rev 170640)
+++ trunk/Source/WebKit2/ChangeLog 2014-07-01 16:43:03 UTC (rev 170641)
@@ -1,5 +1,14 @@
2014-07-01 Brady Eidson <[email protected]>
+ Build fix.
+
+ Forgot to commit locally before pushing.
+
+ * WebProcess/WebPage/WebPage.cpp:
+ (WebKit::WebPage::servicesOverlayController): s/this/*this/
+
+2014-07-01 Brady Eidson <[email protected]>
+
Combine the Telephone and Selection overlay controllers, updating UI behavior.
https://bugs.webkit.org/show_bug.cgi?id=134461
Modified: trunk/Source/WebKit2/WebProcess/WebPage/WebPage.cpp (170640 => 170641)
--- trunk/Source/WebKit2/WebProcess/WebPage/WebPage.cpp 2014-07-01 16:22:01 UTC (rev 170640)
+++ trunk/Source/WebKit2/WebProcess/WebPage/WebPage.cpp 2014-07-01 16:43:03 UTC (rev 170641)
@@ -4738,7 +4738,7 @@
ServicesOverlayController& WebPage::servicesOverlayController()
{
if (!m_servicesOverlayController)
- m_servicesOverlayController = std::make_unique<ServicesOverlayController>(this);
+ m_servicesOverlayController = std::make_unique<ServicesOverlayController>(*this);
return *m_servicesOverlayController;
}
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes