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

Unified Diff: third_party/WebKit/Source/web/WebAXObject.cpp

Issue 2694903010: AX checked state changes (Closed)
Patch Set: Remove whitespace change Created 3 years, 10 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
Index: third_party/WebKit/Source/web/WebAXObject.cpp
diff --git a/third_party/WebKit/Source/web/WebAXObject.cpp b/third_party/WebKit/Source/web/WebAXObject.cpp
index 8d0abccd994d975d4ff0c77dcdbc3d01e0779a40..d007dc27a62dc42d7b744074978f3ebeeb859e6d 100644
--- a/third_party/WebKit/Source/web/WebAXObject.cpp
+++ b/third_party/WebKit/Source/web/WebAXObject.cpp
@@ -285,7 +285,7 @@ bool WebAXObject::isButtonStateMixed() const {
if (isDetached())
return false;
- return m_private->checkboxOrRadioValue() == ButtonStateMixed;
+ return m_private->checkboxOrRadioState() == ButtonStateMixed;
}
bool WebAXObject::isChecked() const {

Powered by Google App Engine
This is Rietveld 408576698