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

Unified Diff: third_party/WebKit/Source/core/dom/ModulatorImpl.h

Issue 2826313003: Worklet: Enable module script loading for main thread worklets (Closed)
Patch Set: rebase Created 3 years, 8 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/dom/ModulatorImpl.h
diff --git a/third_party/WebKit/Source/core/dom/ModulatorImpl.h b/third_party/WebKit/Source/core/dom/ModulatorImpl.h
index 1087f69a5b26c704303ea5cf6280d15f07336743..f4429f19d39b0535971f3cce632b8c915cb4d441 100644
--- a/third_party/WebKit/Source/core/dom/ModulatorImpl.h
+++ b/third_party/WebKit/Source/core/dom/ModulatorImpl.h
@@ -14,7 +14,6 @@
namespace blink {
-class Document;
class ExecutionContext;
class ModuleMap;
class ModuleScriptLoaderRegistry;
@@ -29,7 +28,9 @@ class WebTaskRunner;
// components together.
class ModulatorImpl final : public Modulator {
public:
- static ModulatorImpl* Create(RefPtr<ScriptState>, Document&);
+ static ModulatorImpl* Create(RefPtr<ScriptState>,
+ ExecutionContext&,
+ ResourceFetcher*);
virtual ~ModulatorImpl();
DECLARE_TRACE();

Powered by Google App Engine
This is Rietveld 408576698