| Index: third_party/WebKit/Source/modules/notifications/Notification.cpp
|
| diff --git a/third_party/WebKit/Source/modules/notifications/Notification.cpp b/third_party/WebKit/Source/modules/notifications/Notification.cpp
|
| index 6d6763fdadfcd8045472cc3314e2e8a54423e1c6..3f1da4178486cb2c2526e068fff90aca80bde8b1 100644
|
| --- a/third_party/WebKit/Source/modules/notifications/Notification.cpp
|
| +++ b/third_party/WebKit/Source/modules/notifications/Notification.cpp
|
| @@ -184,7 +184,7 @@ void Notification::close()
|
| SecurityOrigin* origin = getExecutionContext()->getSecurityOrigin();
|
| DCHECK(origin);
|
|
|
| - notificationManager()->closePersistent(WebSecurityOrigin(origin), m_persistentId);
|
| + notificationManager()->closePersistent(WebSecurityOrigin(origin), m_data.tag, m_persistentId);
|
| }
|
| }
|
|
|
|
|