⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 101316 in webkit


Ignore:
Timestamp:
Nov 28, 2011, 7:01:00 PM (15 years ago)
Author:
jonlee@apple.com
Message:

Possible fix for test failures in r101307.

  • src/WebViewImpl.cpp:

(WebKit::WebViewImpl::WebViewImpl):

Location:
trunk/Source/WebKit/chromium
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/chromium/ChangeLog

    r101307 r101316  
     12011-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
    182011-11-28  Jon Lee  <jonlee@apple.com>
    29
  • trunk/Source/WebKit/chromium/src/WebViewImpl.cpp

    r101307 r101316  
    396396    pageClients.geolocationClient = m_geolocationClientProxy.get();
    397397#if ENABLE(NOTIFICATIONS)
    398     pageClients.notificationClient = &m_notificationPresenter;
     398    pageClients.notificationClient = notificationPresenterImpl();
    399399#endif
    400400    pageClients.backForwardClient = BackForwardListChromium::create(this);
Note: See TracChangeset for help on using the changeset viewer.