| Index: Source/modules/accessibility/AXNodeObject.h
|
| diff --git a/Source/modules/accessibility/AXNodeObject.h b/Source/modules/accessibility/AXNodeObject.h
|
| index 5a1dd645ff111108a3320b90f537e48a15ed8c9c..c01bb73275528cd9653e542810d0acb162d12a6f 100644
|
| --- a/Source/modules/accessibility/AXNodeObject.h
|
| +++ b/Source/modules/accessibility/AXNodeObject.h
|
| @@ -204,6 +204,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());
|
|
|