| 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 fed61b256a9c57aa10e063adf681214e7c07eb66..8fa3571d8f20824b8e696b9c7b33dac8328e7f56 100644
|
| --- a/third_party/WebKit/Source/modules/background_fetch/BackgroundFetchedEvent.cpp
|
| +++ b/third_party/WebKit/Source/modules/background_fetch/BackgroundFetchedEvent.cpp
|
| @@ -5,7 +5,6 @@
|
| #include "modules/background_fetch/BackgroundFetchedEvent.h"
|
|
|
| #include "bindings/core/v8/ScriptPromiseResolver.h"
|
| -#include "bindings/core/v8/ScriptState.h"
|
| #include "core/dom/DOMException.h"
|
| #include "modules/EventModulesNames.h"
|
| #include "modules/background_fetch/BackgroundFetchBridge.h"
|
| @@ -13,6 +12,7 @@
|
| #include "modules/background_fetch/BackgroundFetchedEventInit.h"
|
| #include "modules/fetch/Request.h"
|
| #include "modules/fetch/Response.h"
|
| +#include "platform/bindings/ScriptState.h"
|
| #include "public/platform/modules/background_fetch/WebBackgroundFetchSettledFetch.h"
|
|
|
| namespace blink {
|
|
|