diff options
Diffstat (limited to 'WebCore/html/HTMLLinkElement.idl')
-rw-r--r-- | WebCore/html/HTMLLinkElement.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/html/HTMLLinkElement.idl b/WebCore/html/HTMLLinkElement.idl index dfec24b..734e8cc 100644 --- a/WebCore/html/HTMLLinkElement.idl +++ b/WebCore/html/HTMLLinkElement.idl @@ -23,7 +23,7 @@ module html { interface HTMLLinkElement : HTMLElement { attribute [Reflect] boolean disabled; attribute [Reflect] DOMString charset; - attribute [Reflect,URL] DOMString href; + attribute [Reflect, URL] DOMString href; attribute [Reflect] DOMString hreflang; attribute [Reflect] DOMString media; attribute [Reflect] DOMString rel; |