| Index: Source/core/accessibility/AXObjectCache.h
|
| diff --git a/Source/core/accessibility/AXObjectCache.h b/Source/core/accessibility/AXObjectCache.h
|
| index 11df342365ff4d6213c4757e8cf0698dab176eb5..556233ea0c8722a6e4771437ff597b683bd8fbaf 100644
|
| --- a/Source/core/accessibility/AXObjectCache.h
|
| +++ b/Source/core/accessibility/AXObjectCache.h
|
| @@ -122,6 +122,8 @@ 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*);
|
| + // Called when a modal dialog opens or closes, which may cause nodes all over the tree to become inert or not inert.
|
| + void handleInertSubtreesChanged();
|
|
|
| void handleActiveDescendantChanged(Node*);
|
| void handleAriaRoleChanged(Node*);
|
|
|