diff options
Diffstat (limited to 'WebCore/editing/Editor.cpp')
-rw-r--r-- | WebCore/editing/Editor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/editing/Editor.cpp b/WebCore/editing/Editor.cpp index b9dfc5d..3f3f736 100644 --- a/WebCore/editing/Editor.cpp +++ b/WebCore/editing/Editor.cpp @@ -393,7 +393,7 @@ void Editor::respondToChangedContents(const VisibleSelection& endingSelection) if (AXObjectCache::accessibilityEnabled()) { Node* node = endingSelection.start().node(); if (node) - m_frame->document()->axObjectCache()->postNotification(node->renderer(), "AXValueChanged", false); + m_frame->document()->axObjectCache()->postNotification(node->renderer(), AXObjectCache::AXValueChanged, false); } if (client()) |