| Index: Source/modules/notifications/Notification.cpp
|
| diff --git a/Source/modules/notifications/Notification.cpp b/Source/modules/notifications/Notification.cpp
|
| index 6237bfe1d499acc7efac53ac802151f92cd87714..512b7d2888319b1ed34b35ea7e81a292dfab8348 100644
|
| --- a/Source/modules/notifications/Notification.cpp
|
| +++ b/Source/modules/notifications/Notification.cpp
|
| @@ -43,7 +43,7 @@ namespace WebCore {
|
| PassRefPtrWillBeRawPtr<Notification> Notification::create(ExecutionContext* context, const String& title, const Dictionary& options)
|
| {
|
| NotificationClient* client = NotificationController::clientFrom(toDocument(context)->page());
|
| - RefPtrWillBeRawPtr<Notification> notification = adoptRefCountedWillBeRefCountedGarbageCollected(new Notification(context, title, client));
|
| + RefPtrWillBeRawPtr<Notification> notification = adoptRefWillBeRefCountedGarbageCollected(new Notification(context, title, client));
|
|
|
| String argument;
|
| if (options.get("body", argument))
|
|
|