Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / editing / Editor.cpp
index 90771f3..4f4ec16 100644 (file)
@@ -551,7 +551,7 @@ void Editor::respondToChangedContents(const VisibleSelection& endingSelection)
     if (frame().settings() && frame().settings()->accessibilityEnabled()) {
         Node* node = endingSelection.start().deprecatedNode();
         if (AXObjectCache* cache = frame().document()->existingAXObjectCache())
-            cache->postNotification(node, AXObjectCache::AXValueChanged, false);
+            cache->handleEditableTextContentChanged(node);
     }
 
     spellChecker().updateMarkersForWordsAffectedByEditing(true);