| Index: Source/modules/accessibility/AXNodeObject.cpp
|
| diff --git a/Source/modules/accessibility/AXNodeObject.cpp b/Source/modules/accessibility/AXNodeObject.cpp
|
| index bbd7f0da421c4932053dac64c6e87b092400b731..cfcfebe740bbb6f41dce87390d396fc669706a28 100644
|
| --- a/Source/modules/accessibility/AXNodeObject.cpp
|
| +++ b/Source/modules/accessibility/AXNodeObject.cpp
|
| @@ -1465,7 +1465,7 @@ String AXNodeObject::stringValue() const
|
| return String();
|
| }
|
|
|
| - if (isTextControl())
|
| + if (isNativeTextControl())
|
| return text();
|
|
|
| // FIXME: We might need to implement a value here for more types
|
|
|