| Index: third_party/WebKit/Source/core/dom/ScriptLoader.h
|
| diff --git a/third_party/WebKit/Source/core/dom/ScriptLoader.h b/third_party/WebKit/Source/core/dom/ScriptLoader.h
|
| index 1aa042e4071a352296d0f786d2a284e8fb07ef15..6e73b95fb28b19b48a14c76f770b7bd759415687 100644
|
| --- a/third_party/WebKit/Source/core/dom/ScriptLoader.h
|
| +++ b/third_party/WebKit/Source/core/dom/ScriptLoader.h
|
| @@ -58,6 +58,7 @@ class CORE_EXPORT ScriptLoader : public GarbageCollectedFinalized<ScriptLoader>,
|
| static bool IsValidScriptTypeAndLanguage(
|
| const String& type_attribute_value,
|
| const String& language_attribute_value,
|
| + bool nomodule,
|
| LegacyTypeSupport support_legacy_types);
|
|
|
| // https://html.spec.whatwg.org/#prepare-a-script
|
|
|