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

Unified Diff: third_party/WebKit/Source/core/loader/modulescript/ModuleScriptLoader.h

Issue 2845743003: Move "create a module script" from ModuleScriptLoader to ModuleScript (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/loader/modulescript/ModuleScriptLoader.h
diff --git a/third_party/WebKit/Source/core/loader/modulescript/ModuleScriptLoader.h b/third_party/WebKit/Source/core/loader/modulescript/ModuleScriptLoader.h
index 7115de8598cc97098c0841eb989a4d48eaccd887..c31798318e0ed624a94013fdde4402b584fd9699 100644
--- a/third_party/WebKit/Source/core/loader/modulescript/ModuleScriptLoader.h
+++ b/third_party/WebKit/Source/core/loader/modulescript/ModuleScriptLoader.h
@@ -69,14 +69,6 @@ class CORE_EXPORT ModuleScriptLoader final
ModuleScriptLoaderRegistry*,
ModuleScriptLoaderClient*);
- static ModuleScript* CreateModuleScript(const String& source_text,
- const KURL&,
- Modulator*,
- const String& nonce,
- ParserDisposition,
- WebURLRequest::FetchCredentialsMode,
- AccessControlStatus);
-
void AdvanceState(State new_state);
#if DCHECK_IS_ON()
static const char* StateToString(State);

Powered by Google App Engine
This is Rietveld 408576698