| Index: Source/core/accessibility/AXRenderObject.cpp
|
| diff --git a/Source/core/accessibility/AXRenderObject.cpp b/Source/core/accessibility/AXRenderObject.cpp
|
| index 646e7adc39c90b8a9d8a13af6d4c0059c91eb201..691af627e14e868d72ca0625be96a2ee114cd7ee 100644
|
| --- a/Source/core/accessibility/AXRenderObject.cpp
|
| +++ b/Source/core/accessibility/AXRenderObject.cpp
|
| @@ -1991,7 +1991,7 @@ RenderObject* AXRenderObject::renderParentObject() const
|
| return parent;
|
| }
|
|
|
| -bool AXRenderObject::isDescendantOfElementType(const QualifiedName& tagName) const
|
| +bool AXRenderObject::isDescendantOfElementType(const HTMLQualifiedName& tagName) const
|
| {
|
| for (RenderObject* parent = m_renderer->parent(); parent; parent = parent->parent()) {
|
| if (parent->node() && parent->node()->hasTagName(tagName))
|
|
|