summaryrefslogtreecommitdiffstats
path: root/WebCore/html/HTMLMapElement.idl
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/HTMLMapElement.idl')
-rw-r--r--WebCore/html/HTMLMapElement.idl6
1 files changed, 1 insertions, 5 deletions
diff --git a/WebCore/html/HTMLMapElement.idl b/WebCore/html/HTMLMapElement.idl
index 9d5db47..1a760d1 100644
--- a/WebCore/html/HTMLMapElement.idl
+++ b/WebCore/html/HTMLMapElement.idl
@@ -20,11 +20,7 @@
module html {
- interface [
- GenerateConstructor,
- InterfaceUUID=8a660b48-4beb-4f9e-855b-e04131eb2519,
- ImplementationUUID=7ad57e02-91e5-4761-a1ca-e967188e5e0d
- ] HTMLMapElement : HTMLElement {
+ interface HTMLMapElement : HTMLElement {
readonly attribute HTMLCollection areas;
attribute [ConvertNullToNullString] DOMString name;
};