summaryrefslogtreecommitdiffstats
path: root/WebCore/html/HTMLScriptElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/HTMLScriptElement.h')
-rw-r--r--WebCore/html/HTMLScriptElement.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/WebCore/html/HTMLScriptElement.h b/WebCore/html/HTMLScriptElement.h
index 14a1264..3c8e8ce 100644
--- a/WebCore/html/HTMLScriptElement.h
+++ b/WebCore/html/HTMLScriptElement.h
@@ -47,6 +47,9 @@ public:
String charset() const;
void setCharset(const String&);
+ bool async() const;
+ void setAsync(bool);
+
bool defer() const;
void setDefer(bool);
@@ -85,6 +88,8 @@ private:
virtual String languageAttributeValue() const;
virtual String forAttributeValue() const;
virtual String eventAttributeValue() const;
+ virtual bool asyncAttributeValue() const;
+ virtual bool deferAttributeValue() const;
virtual void dispatchLoadEvent();
virtual void dispatchErrorEvent();