| Index: third_party/WebKit/Source/modules/background_fetch/BackgroundFetchedEvent.cpp
|
| diff --git a/third_party/WebKit/Source/modules/background_fetch/BackgroundFetchedEvent.cpp b/third_party/WebKit/Source/modules/background_fetch/BackgroundFetchedEvent.cpp
|
| index d5cc50da50f26fc97d8016b63f06b37a45a91a44..161a37ba905e393cdf45893164ae3df6cad27543 100644
|
| --- a/third_party/WebKit/Source/modules/background_fetch/BackgroundFetchedEvent.cpp
|
| +++ b/third_party/WebKit/Source/modules/background_fetch/BackgroundFetchedEvent.cpp
|
| @@ -15,7 +15,7 @@ namespace blink {
|
| BackgroundFetchedEvent::BackgroundFetchedEvent(
|
| const AtomicString& type,
|
| const BackgroundFetchedEventInit& init)
|
| - : BackgroundFetchEvent(type, init),
|
| + : BackgroundFetchEvent(type, init, nullptr /* observer */),
|
| m_completedFetches(init.completedFetches()) {}
|
|
|
| BackgroundFetchedEvent::~BackgroundFetchedEvent() = default;
|
|
|