| 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 829a09d899c48527f7a84841b41046a153e79feb..ca77ae49e0fbfc95ff7998ad67667e03200dc2c4 100644
|
| --- a/third_party/WebKit/Source/modules/notifications/Notification.h
|
| +++ b/third_party/WebKit/Source/modules/notifications/Notification.h
|
| @@ -57,10 +57,11 @@ class NotificationPermissionCallback;
|
| class NotificationResourcesLoader;
|
| class ScriptState;
|
|
|
| -class MODULES_EXPORT Notification final : public EventTargetWithInlineData,
|
| - public ActiveScriptWrappable,
|
| - public SuspendableObject,
|
| - public WebNotificationDelegate {
|
| +class MODULES_EXPORT Notification final
|
| + : public EventTargetWithInlineData,
|
| + public ActiveScriptWrappable<Notification>,
|
| + public SuspendableObject,
|
| + public WebNotificationDelegate {
|
| USING_GARBAGE_COLLECTED_MIXIN(Notification);
|
| DEFINE_WRAPPERTYPEINFO();
|
|
|
|
|