diff options
Diffstat (limited to 'WebCore/html/HTMLLegendElement.idl')
-rw-r--r-- | WebCore/html/HTMLLegendElement.idl | 2 |
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(); }; } |