| Index: content/browser/frame_host/render_frame_host_impl.cc
|
| diff --git a/content/browser/frame_host/render_frame_host_impl.cc b/content/browser/frame_host/render_frame_host_impl.cc
|
| index 09d1f1198bc983d993fdb14b44645f0cfb03ec1f..2416107f8e3ce67c5cc6b76884d8e55e8bc7b174 100644
|
| --- a/content/browser/frame_host/render_frame_host_impl.cc
|
| +++ b/content/browser/frame_host/render_frame_host_impl.cc
|
| @@ -948,7 +948,7 @@ void RenderFrameHostImpl::OnShowDesktopNotification(
|
| base::Closure cancel_callback;
|
| GetContentClient()->browser()->ShowDesktopNotification(
|
| params,
|
| - this,
|
| + GetSiteInstance()->GetBrowserContext(),
|
| delegate.PassAs<DesktopNotificationDelegate>(),
|
| &cancel_callback);
|
| cancel_notification_callbacks_[notification_id] = cancel_callback;
|
|
|