summaryrefslogtreecommitdiffstats
path: root/WebCore/html/HTMLBaseElement.idl
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/HTMLBaseElement.idl')
-rw-r--r--WebCore/html/HTMLBaseElement.idl6
1 files changed, 1 insertions, 5 deletions
diff --git a/WebCore/html/HTMLBaseElement.idl b/WebCore/html/HTMLBaseElement.idl
index b7385ec..087faca 100644
--- a/WebCore/html/HTMLBaseElement.idl
+++ b/WebCore/html/HTMLBaseElement.idl
@@ -19,11 +19,7 @@
module html {
- interface [
- GenerateConstructor,
- InterfaceUUID=e4112bea-13de-40f6-93d0-41e285ae1491,
- ImplementationUUID=23cec074-660f-490a-996d-167d66c164d5
- ] HTMLBaseElement : HTMLElement {
+ interface HTMLBaseElement : HTMLElement {
attribute [ConvertNullToNullString, Reflect] DOMString href;
attribute [ConvertNullToNullString, Reflect] DOMString target;
};