Index: Source/WebCore/html/HTMLLinkElement.idl |
=================================================================== |
--- Source/WebCore/html/HTMLLinkElement.idl (revision 88251) |
+++ Source/WebCore/html/HTMLLinkElement.idl (working copy) |
@@ -21,7 +21,7 @@ |
module html { |
interface HTMLLinkElement : HTMLElement { |
- attribute boolean disabled; |
+ attribute [Reflect] boolean disabled; |
attribute [Reflect] DOMString charset; |
attribute [Reflect, URL] DOMString href; |
attribute [Reflect] DOMString hreflang; |