diff options
Diffstat (limited to 'WebCore/html/HTMLAnchorElement.idl')
-rw-r--r-- | WebCore/html/HTMLAnchorElement.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/html/HTMLAnchorElement.idl b/WebCore/html/HTMLAnchorElement.idl index d57fcb6..f5e1bd9 100644 --- a/WebCore/html/HTMLAnchorElement.idl +++ b/WebCore/html/HTMLAnchorElement.idl @@ -24,7 +24,7 @@ module html { attribute [Reflect] DOMString accessKey; attribute [Reflect] DOMString charset; attribute [Reflect] DOMString coords; - attribute [Reflect,URL] DOMString href; + attribute [Reflect, URL] DOMString href; attribute [Reflect] DOMString hreflang; attribute [Reflect] DOMString name; attribute [Reflect] DOMString rel; |