| Index: Source/WebCore/accessibility/AXObjectCache.cpp
|
| ===================================================================
|
| --- Source/WebCore/accessibility/AXObjectCache.cpp (revision 146890)
|
| +++ Source/WebCore/accessibility/AXObjectCache.cpp (working copy)
|
| @@ -846,8 +846,7 @@
|
|
|
| void AXObjectCache::stopCachingComputedObjectAttributes()
|
| {
|
| - if (m_computedObjectAttributeCache)
|
| - m_computedObjectAttributeCache.clear();
|
| + m_computedObjectAttributeCache.clear();
|
| }
|
|
|
| VisiblePosition AXObjectCache::visiblePositionForTextMarkerData(TextMarkerData& textMarkerData)
|
|
|