| Index: Source/modules/accessibility/AXLayoutObject.h
|
| diff --git a/Source/modules/accessibility/AXLayoutObject.h b/Source/modules/accessibility/AXLayoutObject.h
|
| index 0bd69fbd2966735dba0c9aeae08af27b3a66cd8c..0c39e8585df1a2288a77d5908f2dd7129c9178b6 100644
|
| --- a/Source/modules/accessibility/AXLayoutObject.h
|
| +++ b/Source/modules/accessibility/AXLayoutObject.h
|
| @@ -195,7 +195,7 @@ protected:
|
| private:
|
| bool isAllowedChildOfTree() const;
|
| void ariaListboxSelectedChildren(AccessibilityChildrenVector&);
|
| - PlainTextRange ariaSelectedTextRange() const;
|
| + PlainTextRange visibleSelectionUnderObject() const;
|
| bool nodeIsTextControl(const Node*) const;
|
| bool isTabItemSelected() const;
|
| AXObject* accessibilityImageMapHitTest(HTMLAreaElement*, const IntPoint&) const;
|
|
|