| Index: third_party/WebKit/Source/modules/background_fetch/BackgroundFetchClickEvent.cpp
|
| diff --git a/third_party/WebKit/Source/modules/background_fetch/BackgroundFetchClickEvent.cpp b/third_party/WebKit/Source/modules/background_fetch/BackgroundFetchClickEvent.cpp
|
| index 9c337b0198928ab188823793e814ec1cff533723..584b009e7e08ac12562961c3c3a403db1982dd3b 100644
|
| --- a/third_party/WebKit/Source/modules/background_fetch/BackgroundFetchClickEvent.cpp
|
| +++ b/third_party/WebKit/Source/modules/background_fetch/BackgroundFetchClickEvent.cpp
|
| @@ -11,8 +11,9 @@ namespace blink {
|
|
|
| BackgroundFetchClickEvent::BackgroundFetchClickEvent(
|
| const AtomicString& type,
|
| - const BackgroundFetchClickEventInit& init)
|
| - : BackgroundFetchEvent(type, init), m_state(init.state()) {}
|
| + const BackgroundFetchClickEventInit& init,
|
| + WaitUntilObserver* observer)
|
| + : BackgroundFetchEvent(type, init, observer), m_state(init.state()) {}
|
|
|
| BackgroundFetchClickEvent::~BackgroundFetchClickEvent() = default;
|
|
|
|
|