| Index: Source/WebCore/editing/AppendNodeCommand.cpp
 | 
| ===================================================================
 | 
| --- Source/WebCore/editing/AppendNodeCommand.cpp	(revision 146890)
 | 
| +++ Source/WebCore/editing/AppendNodeCommand.cpp	(working copy)
 | 
| @@ -52,8 +52,7 @@
 | 
|      if (nodeValue == "\n")
 | 
|        return;
 | 
|  
 | 
| -    if (AXObjectCache* cache = node->document()->existingAXObjectCache())
 | 
| -        cache->nodeTextChangeNotification(node, textChange, 0, nodeValue);
 | 
| +    node->document()->axObjectCache()->nodeTextChangeNotification(node, textChange, 0, nodeValue);
 | 
|  }
 | 
|  
 | 
|  void AppendNodeCommand::doApply()
 | 
| 
 |