Title: [101316] trunk/Source/WebKit/chromium
Revision
101316
Author
[email protected]
Date
2011-11-28 19:01:00 -0800 (Mon, 28 Nov 2011)

Log Message

Possible fix for test failures in r101307.

* src/WebViewImpl.cpp:
(WebKit::WebViewImpl::WebViewImpl):

Modified Paths

Diff

Modified: trunk/Source/WebKit/chromium/ChangeLog (101315 => 101316)


--- trunk/Source/WebKit/chromium/ChangeLog	2011-11-29 02:34:38 UTC (rev 101315)
+++ trunk/Source/WebKit/chromium/ChangeLog	2011-11-29 03:01:00 UTC (rev 101316)
@@ -1,5 +1,12 @@
 2011-11-28  Jon Lee  <[email protected]>
 
+        Possible fix for test failures in r101307.
+
+        * src/WebViewImpl.cpp:
+        (WebKit::WebViewImpl::WebViewImpl):
+
+2011-11-28  Jon Lee  <[email protected]>
+
         Create skeleton framework for notifications support in WK2
         https://bugs.webkit.org/show_bug.cgi?id=73253
         <rdar://problem/10356943>

Modified: trunk/Source/WebKit/chromium/src/WebViewImpl.cpp (101315 => 101316)


--- trunk/Source/WebKit/chromium/src/WebViewImpl.cpp	2011-11-29 02:34:38 UTC (rev 101315)
+++ trunk/Source/WebKit/chromium/src/WebViewImpl.cpp	2011-11-29 03:01:00 UTC (rev 101316)
@@ -395,7 +395,7 @@
     pageClients.deviceOrientationClient = m_deviceOrientationClientProxy.get();
     pageClients.geolocationClient = m_geolocationClientProxy.get();
 #if ENABLE(NOTIFICATIONS)
-    pageClients.notificationClient = &m_notificationPresenter;
+    pageClients.notificationClient = notificationPresenterImpl();
 #endif
     pageClients.backForwardClient = BackForwardListChromium::create(this);
 #if ENABLE(MEDIA_STREAM)
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to