summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/html/HTMLScriptElement.idl
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/html/HTMLScriptElement.idl')
-rw-r--r--Source/WebCore/html/HTMLScriptElement.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/html/HTMLScriptElement.idl b/Source/WebCore/html/HTMLScriptElement.idl
index 20b7331..fa799cb 100644
--- a/Source/WebCore/html/HTMLScriptElement.idl
+++ b/Source/WebCore/html/HTMLScriptElement.idl
@@ -24,7 +24,7 @@ module html {
attribute [Reflect=for] DOMString htmlFor;
attribute [Reflect] DOMString event;
attribute [Reflect] DOMString charset;
- attribute [Reflect] boolean async;
+ attribute boolean async;
attribute [Reflect] boolean defer;
attribute [Reflect, URL] DOMString src;
attribute [Reflect] DOMString type;