Index: third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.cpp |
diff --git a/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.cpp b/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.cpp |
index 4c1622ceac2716428f4506a2a9a4d1569b5f3f12..298dab7d2edd859dd9708c797d7ce399ea2e7153 100644 |
--- a/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.cpp |
+++ b/third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.cpp |
@@ -32,9 +32,9 @@ |
#include "bindings/core/v8/SourceLocation.h" |
#include "bindings/core/v8/WorkerOrWorkletScriptController.h" |
-#include "core/dom/CrossThreadTask.h" |
#include "core/dom/Document.h" |
#include "core/dom/ExecutionContext.h" |
+#include "core/dom/ExecutionContextTask.h" |
#include "core/dom/MessagePort.h" |
#include "core/inspector/ConsoleMessage.h" |
#include "core/origin_trials/OriginTrials.h" |