Index: Source/core/accessibility/AXRenderObject.h |
diff --git a/Source/core/accessibility/AXRenderObject.h b/Source/core/accessibility/AXRenderObject.h |
index 2b00d6a2884415237daedfeb6bd7f1616f3810b3..69f52c4da8fed15c763aa76849364eaf7f464f92 100644 |
--- a/Source/core/accessibility/AXRenderObject.h |
+++ b/Source/core/accessibility/AXRenderObject.h |
@@ -209,7 +209,7 @@ private: |
AXObject* accessibilityImageMapHitTest(HTMLAreaElement*, const IntPoint&) const; |
bool renderObjectIsObservable(RenderObject*) const; |
RenderObject* renderParentObject() const; |
- bool isDescendantOfElementType(const QualifiedName& tagName) const; |
+ bool isDescendantOfElementType(const HTMLQualifiedName& tagName) const; |
bool isSVGImage() const; |
void detachRemoteSVGRoot(); |
AXSVGRoot* remoteSVGRootElement() const; |