| Index: Source/modules/accessibility/AXLayoutObject.h
|
| diff --git a/Source/modules/accessibility/AXLayoutObject.h b/Source/modules/accessibility/AXLayoutObject.h
|
| index 26411ed29e421622823008f7e6fae985a1e25fdc..a061c5597a94e6d98087247604548c67883cf140 100644
|
| --- a/Source/modules/accessibility/AXLayoutObject.h
|
| +++ b/Source/modules/accessibility/AXLayoutObject.h
|
| @@ -199,7 +199,6 @@ private:
|
| bool isTabItemSelected() const;
|
| AXObject* accessibilityImageMapHitTest(HTMLAreaElement*, const IntPoint&) const;
|
| LayoutObject* layoutParentObject() const;
|
| - bool isDescendantOfElementType(const HTMLQualifiedName& tagName) const;
|
| bool isSVGImage() const;
|
| void detachRemoteSVGRoot();
|
| AXSVGRoot* remoteSVGRootElement() const;
|
|
|