Changeset 101316 in webkit
- Timestamp:
- Nov 28, 2011, 7:01:00 PM (15 years ago)
- Location:
- trunk/Source/WebKit/chromium
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
src/WebViewImpl.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKit/chromium/ChangeLog
r101307 r101316 1 2011-11-28 Jon Lee <jonlee@apple.com> 2 3 Possible fix for test failures in r101307. 4 5 * src/WebViewImpl.cpp: 6 (WebKit::WebViewImpl::WebViewImpl): 7 1 8 2011-11-28 Jon Lee <jonlee@apple.com> 2 9 -
trunk/Source/WebKit/chromium/src/WebViewImpl.cpp
r101307 r101316 396 396 pageClients.geolocationClient = m_geolocationClientProxy.get(); 397 397 #if ENABLE(NOTIFICATIONS) 398 pageClients.notificationClient = &m_notificationPresenter;398 pageClients.notificationClient = notificationPresenterImpl(); 399 399 #endif 400 400 pageClients.backForwardClient = BackForwardListChromium::create(this);
Note:
See TracChangeset
for help on using the changeset viewer.