diff options
Diffstat (limited to 'WebCore/html/HTMLScriptElement.idl')
-rw-r--r-- | WebCore/html/HTMLScriptElement.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/html/HTMLScriptElement.idl b/WebCore/html/HTMLScriptElement.idl index 6b7c86d..20b7331 100644 --- a/WebCore/html/HTMLScriptElement.idl +++ b/WebCore/html/HTMLScriptElement.idl @@ -26,7 +26,7 @@ module html { attribute [Reflect] DOMString charset; attribute [Reflect] boolean async; attribute [Reflect] boolean defer; - attribute [Reflect,URL] DOMString src; + attribute [Reflect, URL] DOMString src; attribute [Reflect] DOMString type; }; } |