| Index: Source/core/editing/Editor.cpp
|
| diff --git a/Source/core/editing/Editor.cpp b/Source/core/editing/Editor.cpp
|
| index e3fcc2063b7aa441e4b03268e314b366ae90018a..b8662e8e31bf7efe1b87c278a13d377ac59ebe3a 100644
|
| --- a/Source/core/editing/Editor.cpp
|
| +++ b/Source/core/editing/Editor.cpp
|
| @@ -548,7 +548,7 @@ void Editor::notifyComponentsOnChangedSelection(const VisibleSelection& oldSelec
|
|
|
| void Editor::respondToChangedContents(const VisibleSelection& endingSelection)
|
| {
|
| - if (AXObjectCache::accessibilityEnabled()) {
|
| + if (m_frame.settings() && m_frame.settings()->accessibilityEnabled()) {
|
| Node* node = endingSelection.start().deprecatedNode();
|
| if (AXObjectCache* cache = m_frame.document()->existingAXObjectCache())
|
| cache->postNotification(node, AXObjectCache::AXValueChanged, false);
|
|
|