| Index: Source/core/accessibility/AXObjectCache.cpp
|
| diff --git a/Source/core/accessibility/AXObjectCache.cpp b/Source/core/accessibility/AXObjectCache.cpp
|
| index 4b0e02f8108e4f5eb576f9d0d511dbc825bfe8ea..72c4d73c460468a51bb14236cbd8a0ae24c57391 100644
|
| --- a/Source/core/accessibility/AXObjectCache.cpp
|
| +++ b/Source/core/accessibility/AXObjectCache.cpp
|
| @@ -862,7 +862,7 @@ void AXObjectCache::handleAttributeChanged(const QualifiedName& attrName, Elemen
|
| else if (attrName == forAttr && isHTMLLabelElement(*element))
|
| labelChanged(element);
|
|
|
| - if (!attrName.localName().string().startsWith("aria-"))
|
| + if (!attrName.localName().startsWith("aria-"))
|
| return;
|
|
|
| if (attrName == aria_activedescendantAttr)
|
|
|