| Index: content/renderer/notification_permission_dispatcher.cc
|
| diff --git a/content/renderer/notification_permission_dispatcher.cc b/content/renderer/notification_permission_dispatcher.cc
|
| index f038b5c2dfb923791270ad6efc08bde70796e07e..c2aeb6ae6e09b8a5329983eaf119e39e19f9af8c 100644
|
| --- a/content/renderer/notification_permission_dispatcher.cc
|
| +++ b/content/renderer/notification_permission_dispatcher.cc
|
| @@ -55,4 +55,8 @@ void NotificationPermissionDispatcher::OnPermissionRequestComplete(
|
| callback->permissionRequestComplete(blink_status);
|
| }
|
|
|
| +void NotificationPermissionDispatcher::OnDestruct() {
|
| + delete this;
|
| +}
|
| +
|
| } // namespace content
|
|
|