Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(674)

Unified Diff: third_party/WebKit/Source/modules/accessibility/AXSpinButton.cpp

Issue 2772913003: AXObject::performDefaultAction() should focus if it can't click (Closed)
Patch Set: Add test Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/Source/modules/accessibility/AXSpinButton.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/modules/accessibility/AXSpinButton.cpp
diff --git a/third_party/WebKit/Source/modules/accessibility/AXSpinButton.cpp b/third_party/WebKit/Source/modules/accessibility/AXSpinButton.cpp
index bc8a86cdee9fe0142f8e9992fbdf031b102afac1..89405eca5a7e6b76a06320993a00296a8919984f 100644
--- a/third_party/WebKit/Source/modules/accessibility/AXSpinButton.cpp
+++ b/third_party/WebKit/Source/modules/accessibility/AXSpinButton.cpp
@@ -128,7 +128,7 @@ void AXSpinButtonPart::getRelativeBounds(
*outContainer = parentObject();
}
-bool AXSpinButtonPart::press() const {
+bool AXSpinButtonPart::press() {
if (!m_parent || !m_parent->isSpinButton())
return false;
« no previous file with comments | « third_party/WebKit/Source/modules/accessibility/AXSpinButton.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698