Index: third_party/WebKit/Source/core/workers/Worklet.cpp |
diff --git a/third_party/WebKit/Source/modules/worklet/Worklet.cpp b/third_party/WebKit/Source/core/workers/Worklet.cpp |
similarity index 96% |
rename from third_party/WebKit/Source/modules/worklet/Worklet.cpp |
rename to third_party/WebKit/Source/core/workers/Worklet.cpp |
index 17b71c15c62a25199f2de4c87d646a868324d16d..342bfb5d656e7a4eab0be81e694d439534a5cd8b 100644 |
--- a/third_party/WebKit/Source/modules/worklet/Worklet.cpp |
+++ b/third_party/WebKit/Source/core/workers/Worklet.cpp |
@@ -2,7 +2,7 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "modules/worklet/Worklet.h" |
+#include "core/workers/Worklet.h" |
#include "bindings/core/v8/ScriptPromiseResolver.h" |
#include "bindings/core/v8/ScriptSourceCode.h" |
@@ -14,7 +14,7 @@ |
#include "core/loader/DocumentLoader.h" |
#include "core/loader/FrameFetchContext.h" |
#include "core/workers/WorkletGlobalScopeProxy.h" |
-#include "modules/worklet/WorkletScriptLoader.h" |
+#include "core/workers/WorkletScriptLoader.h" |
namespace blink { |