| Index: Source/core/accessibility/AccessibilityRenderObject.cpp
|
| diff --git a/Source/core/accessibility/AccessibilityRenderObject.cpp b/Source/core/accessibility/AccessibilityRenderObject.cpp
|
| index 3ccddb6bc8cbecb568959c7f04643ccde64ba68a..4c3e46c034abee7e96ce117976f9a93f5100acba 100644
|
| --- a/Source/core/accessibility/AccessibilityRenderObject.cpp
|
| +++ b/Source/core/accessibility/AccessibilityRenderObject.cpp
|
| @@ -522,7 +522,7 @@ bool AccessibilityRenderObject::isAttachment() const
|
| // Widgets are the replaced elements that we represent to AX as attachments
|
| bool isWidget = renderer->isWidget();
|
| ASSERT(!isWidget || (renderer->isReplaced() && !isImage()));
|
| - return isWidget && ariaRoleAttribute() == UnknownRole;
|
| + return isWidget;
|
| }
|
|
|
| bool AccessibilityRenderObject::isFileUploadButton() const
|
|
|