| Index: Source/modules/accessibility/AXNodeObject.h
|
| diff --git a/Source/modules/accessibility/AXNodeObject.h b/Source/modules/accessibility/AXNodeObject.h
|
| index 759b4045ebd64aa0733be5bee0e3f3c1261c9366..23266cbd57103fbece540859a8fc329bc0da4c29 100644
|
| --- a/Source/modules/accessibility/AXNodeObject.h
|
| +++ b/Source/modules/accessibility/AXNodeObject.h
|
| @@ -203,6 +203,7 @@ private:
|
| void changeValueByPercent(float percentChange);
|
| float stepValueForRange() const;
|
| AXObject* findChildWithTagName(const HTMLQualifiedName&) const;
|
| + bool isDescendantOfElementType(const HTMLQualifiedName& tagName) const;
|
| };
|
|
|
| DEFINE_AX_OBJECT_TYPE_CASTS(AXNodeObject, isAXNodeObject());
|
|
|