Index: third_party/WebKit/Source/modules/notifications/ServiceWorkerRegistrationNotifications.cpp |
diff --git a/third_party/WebKit/Source/modules/notifications/ServiceWorkerRegistrationNotifications.cpp b/third_party/WebKit/Source/modules/notifications/ServiceWorkerRegistrationNotifications.cpp |
index 179e5103f5e1dee7bdc9a4e6db88734e5a617ad3..3294316c4fa8afd16f62e4b3c3b23181e5fe867f 100644 |
--- a/third_party/WebKit/Source/modules/notifications/ServiceWorkerRegistrationNotifications.cpp |
+++ b/third_party/WebKit/Source/modules/notifications/ServiceWorkerRegistrationNotifications.cpp |
@@ -38,7 +38,7 @@ public: |
{ |
HeapVector<Member<Notification>> notifications; |
for (const WebPersistentNotificationInfo& notificationInfo : notificationInfos) |
- notifications.append(Notification::create(resolver->getExecutionContext(), notificationInfo.persistentId, notificationInfo.data, true /* showing */)); |
+ notifications.append(Notification::create(resolver->getExecutionContext(), notificationInfo.notificationId, notificationInfo.data, true /* showing */)); |
return notifications; |
} |