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

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

Issue 2774843002: Pass AccessControlStatus to compileModule() (Closed)
Patch Set: const 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 2e3cf75a1704c67d00de593fa854ea22315b7901..f4e069ffc84db5268fe1f1c5ec3da8022c0bb099 100644
--- a/third_party/WebKit/Source/core/loader/modulescript/ModuleScriptLoader.h
+++ b/third_party/WebKit/Source/core/loader/modulescript/ModuleScriptLoader.h
@@ -74,7 +74,8 @@ class CORE_EXPORT ModuleScriptLoader final
Modulator*,
const String& nonce,
ParserDisposition,
- WebURLRequest::FetchCredentialsMode);
+ WebURLRequest::FetchCredentialsMode,
+ AccessControlStatus);
void advanceState(State newState);
#if DCHECK_IS_ON()

Powered by Google App Engine
This is Rietveld 408576698