| 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 {
|
|
|