summaryrefslogtreecommitdiffstats
path: root/WebCore/html/HTMLLabelElement.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/HTMLLabelElement.cpp')
-rw-r--r--WebCore/html/HTMLLabelElement.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/WebCore/html/HTMLLabelElement.cpp b/WebCore/html/HTMLLabelElement.cpp
index 06b3b2f..645017d 100644
--- a/WebCore/html/HTMLLabelElement.cpp
+++ b/WebCore/html/HTMLLabelElement.cpp
@@ -139,6 +139,8 @@ void HTMLLabelElement::accessKeyAction(bool sendToAnyElement)
{
if (HTMLElement* element = correspondingControl())
element->accessKeyAction(sendToAnyElement);
+ else
+ HTMLElement::accessKeyAction(sendToAnyElement);
}
String HTMLLabelElement::accessKey() const