| Index: Source/core/accessibility/AXObjectCache.h
|
| diff --git a/Source/core/accessibility/AXObjectCache.h b/Source/core/accessibility/AXObjectCache.h
|
| index 11df342365ff4d6213c4757e8cf0698dab176eb5..5f2c72e2eef8fc7e9e9e4d95cab8da253fd9fbc1 100644
|
| --- a/Source/core/accessibility/AXObjectCache.h
|
| +++ b/Source/core/accessibility/AXObjectCache.h
|
| @@ -122,6 +122,7 @@ public:
|
| void textChanged(RenderObject*);
|
| // Called when a node has just been attached, so we can make sure we have the right subclass of AXObject.
|
| void updateCacheAfterNodeIsAttached(Node*);
|
| + void updateCacheAfterInertSubtreesChanged();
|
|
|
| void handleActiveDescendantChanged(Node*);
|
| void handleAriaRoleChanged(Node*);
|
|
|