| Index: third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScope.cpp
|
| diff --git a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScope.cpp b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScope.cpp
|
| index 4cd94cd054597db2be46ddf3f772518e8d94cecd..b00dda98be6aa322be296f4d9f94755d85c03a60 100644
|
| --- a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScope.cpp
|
| +++ b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScope.cpp
|
| @@ -36,7 +36,6 @@
|
| #include "bindings/core/v8/ScriptPromise.h"
|
| #include "bindings/core/v8/ScriptPromiseResolver.h"
|
| #include "bindings/core/v8/SourceLocation.h"
|
| -#include "bindings/core/v8/V8ThrowException.h"
|
| #include "core/dom/ExceptionCode.h"
|
| #include "core/dom/ExecutionContext.h"
|
| #include "core/events/Event.h"
|
| @@ -57,6 +56,7 @@
|
| #include "modules/serviceworkers/WaitUntilObserver.h"
|
| #include "platform/Histogram.h"
|
| #include "platform/bindings/ScriptState.h"
|
| +#include "platform/bindings/V8ThrowException.h"
|
| #include "platform/loader/fetch/MemoryCache.h"
|
| #include "platform/loader/fetch/ResourceLoaderOptions.h"
|
| #include "platform/loader/fetch/ResourceRequest.h"
|
|
|