Index: Source/core/accessibility/AXObjectCache.h |
diff --git a/Source/core/accessibility/AXObjectCache.h b/Source/core/accessibility/AXObjectCache.h |
index 90a70a87fe550c249804e855fbe3e3091a1536a3..7784da5c5ba4a09603ffd5a7e74c344205376865 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*); |