| 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 236a7794d9f93d7f03382de765d06034fe6b20b7..a5b6c40ea718094b1c305bf6b4573f068b0e798d 100644
|
| --- a/third_party/WebKit/Source/modules/background_fetch/BackgroundFetchedEvent.cpp
|
| +++ b/third_party/WebKit/Source/modules/background_fetch/BackgroundFetchedEvent.cpp
|
| @@ -18,7 +18,7 @@ BackgroundFetchedEvent::BackgroundFetchedEvent(
|
| const AtomicString& type,
|
| const BackgroundFetchedEventInit& init,
|
| ServiceWorkerRegistration* registration)
|
| - : BackgroundFetchEvent(type, init),
|
| + : BackgroundFetchEvent(type, init, nullptr /* observer */),
|
| m_fetches(init.fetches()),
|
| m_registration(registration) {}
|
|
|
|
|