diff options
Diffstat (limited to 'WebCore/html/HTMLLabelElement.cpp')
-rw-r--r-- | WebCore/html/HTMLLabelElement.cpp | 2 |
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 |