diff options
Diffstat (limited to 'WebCore/html/HTMLHRElement.idl')
-rw-r--r-- | WebCore/html/HTMLHRElement.idl | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/WebCore/html/HTMLHRElement.idl b/WebCore/html/HTMLHRElement.idl index e49932a..bb1fdcf 100644 --- a/WebCore/html/HTMLHRElement.idl +++ b/WebCore/html/HTMLHRElement.idl @@ -19,11 +19,7 @@ module html { - interface [ - GenerateConstructor, - InterfaceUUID=20477b34-ab22-47e3-b9aa-80c388d32975, - ImplementationUUID=6cfc8977-172d-48f6-8f08-c7671f02354c - ] HTMLHRElement : HTMLElement { + interface HTMLHRElement : HTMLElement { attribute [ConvertNullToNullString] DOMString align; attribute boolean noShade; attribute [ConvertNullToNullString] DOMString size; |