Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(916)

Unified Diff: third_party/WebKit/Source/core/workers/WorkletScriptLoader.cpp

Issue 2262483003: Worklet: Move common worklet code from modules/worklet to core/workers (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove modules/worklet directory Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/core/workers/WorkletScriptLoader.cpp
diff --git a/third_party/WebKit/Source/modules/worklet/WorkletScriptLoader.cpp b/third_party/WebKit/Source/core/workers/WorkletScriptLoader.cpp
similarity index 93%
rename from third_party/WebKit/Source/modules/worklet/WorkletScriptLoader.cpp
rename to third_party/WebKit/Source/core/workers/WorkletScriptLoader.cpp
index 7db4b8fbefd3dfd6db0b6c6584e6cc0d51363f2e..cdfdf2a9c927d69426c63c8e85fcc5c9b43d009d 100644
--- a/third_party/WebKit/Source/modules/worklet/WorkletScriptLoader.cpp
+++ b/third_party/WebKit/Source/core/workers/WorkletScriptLoader.cpp
@@ -2,12 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "modules/worklet/WorkletScriptLoader.h"
+#include "core/workers/WorkletScriptLoader.h"
#include "core/dom/DOMException.h"
#include "core/dom/ExceptionCode.h"
#include "core/fetch/ResourceLoader.h"
-#include "modules/worklet/Worklet.h"
+#include "core/workers/Worklet.h"
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698