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

Unified Diff: third_party/WebKit/Source/core/html/HTMLScriptElement.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/html/HTMLScriptElement.h
diff --git a/third_party/WebKit/Source/core/html/HTMLScriptElement.h b/third_party/WebKit/Source/core/html/HTMLScriptElement.h
index 9475dfad7f555d3ec588fe6ed8f3e9bdbb85479e..b3a17fad73fedb7dec0adb47761752808c12c51f 100644
--- a/third_party/WebKit/Source/core/html/HTMLScriptElement.h
+++ b/third_party/WebKit/Source/core/html/HTMLScriptElement.h
@@ -79,6 +79,7 @@ class CORE_EXPORT HTMLScriptElement final : public HTMLElement,
String CharsetAttributeValue() const override;
String TypeAttributeValue() const override;
String LanguageAttributeValue() const override;
+ bool NomoduleAttributeValue() const override;
String ForAttributeValue() const override;
String EventAttributeValue() const override;
String CrossOriginAttributeValue() const override;

Powered by Google App Engine
This is Rietveld 408576698