| Index: third_party/WebKit/Source/modules/notifications/Notification.h
|
| diff --git a/third_party/WebKit/Source/modules/notifications/Notification.h b/third_party/WebKit/Source/modules/notifications/Notification.h
|
| index 7e0f7e30af5729046b1712f5dbeee4ce964004b7..cc8efdbe60e02520e6d376dddf34d3421f80650d 100644
|
| --- a/third_party/WebKit/Source/modules/notifications/Notification.h
|
| +++ b/third_party/WebKit/Source/modules/notifications/Notification.h
|
| @@ -59,7 +59,7 @@ class ScriptState;
|
|
|
| class MODULES_EXPORT Notification final : public RefCountedGarbageCollectedEventTargetWithInlineData<Notification>, public ActiveDOMObject, public WebNotificationDelegate {
|
| REFCOUNTED_GARBAGE_COLLECTED_EVENT_TARGET(Notification);
|
| - WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(Notification);
|
| + USING_GARBAGE_COLLECTED_MIXIN(Notification);
|
| DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| // Used for JavaScript instantiations of the Notification object. Will automatically schedule for
|
| @@ -117,7 +117,7 @@ public:
|
|
|
| protected:
|
| // EventTarget interface.
|
| - bool dispatchEventInternal(PassRefPtrWillBeRawPtr<Event>) final;
|
| + bool dispatchEventInternal(RawPtr<Event>) final;
|
|
|
| private:
|
| Notification(ExecutionContext*, const WebNotificationData&);
|
|
|