| Index: Source/core/accessibility/AccessibilityRenderObject.cpp
|
| diff --git a/Source/core/accessibility/AccessibilityRenderObject.cpp b/Source/core/accessibility/AccessibilityRenderObject.cpp
|
| index ea9a1a19ffb5277e404a88c4634abfd79bdac77e..0fc8ce26df6814a6446b577de47881f9724dbde1 100644
|
| --- a/Source/core/accessibility/AccessibilityRenderObject.cpp
|
| +++ b/Source/core/accessibility/AccessibilityRenderObject.cpp
|
| @@ -523,7 +523,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
|
|
|