| Index: Source/modules/accessibility/AXObjectCacheImpl.h
|
| diff --git a/Source/modules/accessibility/AXObjectCacheImpl.h b/Source/modules/accessibility/AXObjectCacheImpl.h
|
| index 5b49a9bc40c835fb43f63fe5a2051170b5a80300..f71f6529fbe45292fb2677eb60854958bcf7cd52 100644
|
| --- a/Source/modules/accessibility/AXObjectCacheImpl.h
|
| +++ b/Source/modules/accessibility/AXObjectCacheImpl.h
|
| @@ -155,7 +155,7 @@ public:
|
|
|
| void postNotification(LayoutObject*, AXNotification, bool postToElement);
|
| void postNotification(Node*, AXNotification, bool postToElement);
|
| - void postNotification(AXObject*, Document*, AXNotification, bool postToElement);
|
| + void postNotification(AXObject*, AXNotification, bool postToElement);
|
|
|
| protected:
|
| void postPlatformNotification(AXObject*, AXNotification);
|
|
|