| Index: content/child/notifications/notification_dispatcher.h
|
| diff --git a/content/child/notifications/notification_dispatcher.h b/content/child/notifications/notification_dispatcher.h
|
| index 824cde3bb25d2859b8239a3830a6ba9a7a2d431e..297f38b6b28ed96c095686a40eb7012ae2dd741a 100644
|
| --- a/content/child/notifications/notification_dispatcher.h
|
| +++ b/content/child/notifications/notification_dispatcher.h
|
| @@ -34,7 +34,7 @@ class NotificationDispatcher : public WorkerThreadMessageFilter {
|
|
|
| base::Lock notification_id_map_lock_;
|
| NotificationIdToThreadId notification_id_map_;
|
| - int next_notification_id_;
|
| + int next_notification_id_ = 0;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(NotificationDispatcher);
|
| };
|
|
|