| Index: Source/WebCore/editing/atk/FrameSelectionAtk.cpp
 | 
| ===================================================================
 | 
| --- Source/WebCore/editing/atk/FrameSelectionAtk.cpp	(revision 146890)
 | 
| +++ Source/WebCore/editing/atk/FrameSelectionAtk.cpp	(working copy)
 | 
| @@ -89,11 +89,7 @@
 | 
|          return;
 | 
|  
 | 
|      RenderObject* focusedNode = m_selection.end().containerNode()->renderer();
 | 
| -    AXObjectCache* cache = m_frame->document()->existingAXObjectCache();
 | 
| -    if (!cache)
 | 
| -        return;
 | 
| -
 | 
| -    AccessibilityObject* accessibilityObject = cache->getOrCreate(focusedNode);
 | 
| +    AccessibilityObject* accessibilityObject = m_frame->document()->axObjectCache()->getOrCreate(focusedNode);
 | 
|      if (!accessibilityObject)
 | 
|          return;
 | 
|  
 | 
| 
 |