Index: Source/core/accessibility/AXObject.h |
diff --git a/Source/core/accessibility/AXObject.h b/Source/core/accessibility/AXObject.h |
index e66ba18dd7bda169abc87e7d8f490e283091d0c6..3e3aedd043ff757f26817159a37b0adfea861bc7 100644 |
--- a/Source/core/accessibility/AXObject.h |
+++ b/Source/core/accessibility/AXObject.h |
@@ -537,7 +537,7 @@ public: |
virtual void childrenChanged() { } |
virtual void handleActiveDescendantChanged() { } |
virtual void handleAriaExpandedChanged() { } |
- void notifyIfIgnoredValueChanged(); |
+ bool notifyIfIgnoredValueChanged(); |
virtual void selectionChanged(); |
virtual void textChanged() { } |
virtual void updateAccessibilityRole() { } |