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