| Index: Source/modules/accessibility/AXObjectCacheImpl.h
|
| diff --git a/Source/modules/accessibility/AXObjectCacheImpl.h b/Source/modules/accessibility/AXObjectCacheImpl.h
|
| index f71f6529fbe45292fb2677eb60854958bcf7cd52..637ea66e54ef99a6cf0d656ff15631e22d8ae360 100644
|
| --- a/Source/modules/accessibility/AXObjectCacheImpl.h
|
| +++ b/Source/modules/accessibility/AXObjectCacheImpl.h
|
| @@ -134,6 +134,7 @@ public:
|
|
|
| void childrenChanged(AXObject*);
|
| void selectedChildrenChanged(LayoutObject*);
|
| + void selectedChildrenChanged(AXObject*);
|
|
|
| void handleActiveDescendantChanged(Node*);
|
| void handleAriaRoleChanged(Node*);
|
| @@ -153,9 +154,9 @@ public:
|
| // as long as the modification count hasn't changed.
|
| int modificationCount() const { return m_modificationCount; }
|
|
|
| - void postNotification(LayoutObject*, AXNotification, bool postToElement);
|
| - void postNotification(Node*, AXNotification, bool postToElement);
|
| - void postNotification(AXObject*, AXNotification, bool postToElement);
|
| + void postNotification(LayoutObject*, AXNotification);
|
| + void postNotification(Node*, AXNotification);
|
| + void postNotification(AXObject*, AXNotification);
|
|
|
| protected:
|
| void postPlatformNotification(AXObject*, AXNotification);
|
|
|