Index: Source/core/accessibility/AXObjectCache.h |
diff --git a/Source/core/accessibility/AXObjectCache.h b/Source/core/accessibility/AXObjectCache.h |
index c979344e3ed7b67d731dcf928165efb77f69086a..e300418cff70d1af73b3822962bbffaff355737e 100644 |
--- a/Source/core/accessibility/AXObjectCache.h |
+++ b/Source/core/accessibility/AXObjectCache.h |
@@ -108,6 +108,8 @@ public: |
void remove(AbstractInlineTextBox*); |
void remove(AXID); |
+ void clearWeakMembers(Visitor*); |
+ |
void detachWrapper(AXObject*); |
void attachWrapper(AXObject*); |
void childrenChanged(Node*); |