summaryrefslogtreecommitdiffstats
path: root/WebCore/html/HTMLLegendElement.idl
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/HTMLLegendElement.idl')
-rw-r--r--WebCore/html/HTMLLegendElement.idl2
1 files changed, 0 insertions, 2 deletions
diff --git a/WebCore/html/HTMLLegendElement.idl b/WebCore/html/HTMLLegendElement.idl
index 8a78d77..da00cc1 100644
--- a/WebCore/html/HTMLLegendElement.idl
+++ b/WebCore/html/HTMLLegendElement.idl
@@ -28,8 +28,6 @@ module html {
readonly attribute HTMLFormElement form;
attribute [ConvertNullToNullString] DOMString accessKey;
attribute [ConvertNullToNullString] DOMString align;
-
- void focus();
};
}