| Index: third_party/WebKit/Source/modules/accessibility/AXNodeObject.h
|
| diff --git a/third_party/WebKit/Source/modules/accessibility/AXNodeObject.h b/third_party/WebKit/Source/modules/accessibility/AXNodeObject.h
|
| index c4aaae0ef19db08b84754bdb425888c79cff8bc7..41f2203643c20541f67abc9b155d26345786d1d2 100644
|
| --- a/third_party/WebKit/Source/modules/accessibility/AXNodeObject.h
|
| +++ b/third_party/WebKit/Source/modules/accessibility/AXNodeObject.h
|
| @@ -76,7 +76,8 @@ class MODULES_EXPORT AXNodeObject : public AXObject {
|
|
|
| bool hasContentEditableAttributeSet() const;
|
| bool isTextControl() const override;
|
| - // This returns true if it's focusable but it's not content editable and it's not a control or ARIA control.
|
| + // This returns true if it's focusable but it's not content editable and it's
|
| + // not a control or ARIA control.
|
| bool isGenericFocusableElement() const;
|
| AXObject* menuButtonForMenu() const;
|
| Element* menuItemElementForMenu() const;
|
|
|