| Index: Source/modules/notifications/Notification.h
|
| diff --git a/Source/modules/notifications/Notification.h b/Source/modules/notifications/Notification.h
|
| index 5b1d43283db82a219a803ee4c232d253a749fa3a..c89970ab9cbe8a140bf47be35f61dee6ea9c60ec 100644
|
| --- a/Source/modules/notifications/Notification.h
|
| +++ b/Source/modules/notifications/Notification.h
|
| @@ -58,7 +58,7 @@ class UnsignedLongOrUnsignedLongSequence;
|
| struct WebNotificationData;
|
|
|
| class MODULES_EXPORT Notification final : public RefCountedGarbageCollectedEventTargetWithInlineData<Notification>, public ActiveDOMObject, public WebNotificationDelegate {
|
| - DEFINE_EVENT_TARGET_REFCOUNTING_WILL_BE_REMOVED(RefCountedGarbageCollected<Notification>);
|
| + REFCOUNTED_GARBAGE_COLLECTED_EVENT_TARGET(Notification);
|
| WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(Notification);
|
| DEFINE_WRAPPERTYPEINFO();
|
| public:
|
|
|