| Index: Source/web/WebLocalFrameImpl.cpp
|
| diff --git a/Source/web/WebLocalFrameImpl.cpp b/Source/web/WebLocalFrameImpl.cpp
|
| index 698e1e5500f359736dc416355238e74606fda96d..b29dbe64f152eed6977f8b870b52a81721fceff3 100644
|
| --- a/Source/web/WebLocalFrameImpl.cpp
|
| +++ b/Source/web/WebLocalFrameImpl.cpp
|
| @@ -1554,7 +1554,7 @@ void WebLocalFrameImpl::setCoreFrame(PassRefPtr<LocalFrame> frame)
|
| notificationPresenter->initialize(m_client->notificationPresenter());
|
|
|
| provideNotification(*m_frame, notificationPresenter.release());
|
| - proviceNotificationPermissionClientTo(*m_frame, NotificationPermissionClientImpl::create());
|
| + provideNotificationPermissionClientTo(*m_frame, NotificationPermissionClientImpl::create());
|
| provideUserMediaTo(*m_frame, &m_userMediaClientImpl);
|
| provideGeolocationTo(*m_frame, m_geolocationClientProxy.get());
|
| m_geolocationClientProxy->setController(GeolocationController::from(m_frame.get()));
|
|
|