| 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()
|
|
|