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

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

Issue 2824583002: Implement <script nomodule> (Closed)
Patch Set: Move script_type declaration 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/ScriptElementBase.h
diff --git a/third_party/WebKit/Source/core/dom/ScriptElementBase.h b/third_party/WebKit/Source/core/dom/ScriptElementBase.h
index 8c8f107e38452172637eef539724a4af01b9a4f5..3c131c112755e6b13a532be230b73a8dd2911587 100644
--- a/third_party/WebKit/Source/core/dom/ScriptElementBase.h
+++ b/third_party/WebKit/Source/core/dom/ScriptElementBase.h
@@ -51,6 +51,7 @@ class CORE_EXPORT ScriptElementBase : public GarbageCollectedMixin {
virtual String ForAttributeValue() const = 0;
virtual String IntegrityAttributeValue() const = 0;
virtual String LanguageAttributeValue() const = 0;
+ virtual bool NomoduleAttributeValue() const = 0;
virtual String SourceAttributeValue() const = 0;
virtual String TypeAttributeValue() const = 0;
« no previous file with comments | « third_party/WebKit/Source/core/dom/MockScriptElementBase.h ('k') | third_party/WebKit/Source/core/dom/ScriptLoader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698