diff options
Diffstat (limited to 'dom/html/HTMLScriptElement.h')
-rw-r--r-- | dom/html/HTMLScriptElement.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dom/html/HTMLScriptElement.h b/dom/html/HTMLScriptElement.h index 00628bd6d3..19ceb414f9 100644 --- a/dom/html/HTMLScriptElement.h +++ b/dom/html/HTMLScriptElement.h @@ -89,6 +89,8 @@ public: } bool Async(); void SetAsync(bool aValue, ErrorResult& rv); + bool NoModule(); + void SetNoModule(bool aValue, ErrorResult& rv); protected: virtual ~HTMLScriptElement(); |