| 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 acdfd9205f2dde25fb16754f3b421275e94e8d6e..aa588607d5d0aef76c04cd82af99c054b725e9fb 100644
|
| --- a/third_party/WebKit/Source/modules/notifications/Notification.h
|
| +++ b/third_party/WebKit/Source/modules/notifications/Notification.h
|
| @@ -126,7 +126,7 @@ class MODULES_EXPORT Notification final
|
| const AtomicString& interfaceName() const override;
|
|
|
| // ContextLifecycleObserver interface.
|
| - void contextDestroyed() override;
|
| + void contextDestroyed(ExecutionContext*) override;
|
|
|
| // ScriptWrappable interface.
|
| bool hasPendingActivity() const final;
|
|
|