| Index: Source/core/accessibility/AXObjectCache.cpp
|
| diff --git a/Source/core/accessibility/AXObjectCache.cpp b/Source/core/accessibility/AXObjectCache.cpp
|
| index 46538b8a8383ee6f7eda7dbd130145c495a18243..12218a4c9bc28246e687b87ccd3c1fc7fb3ece50 100644
|
| --- a/Source/core/accessibility/AXObjectCache.cpp
|
| +++ b/Source/core/accessibility/AXObjectCache.cpp
|
| @@ -840,7 +840,7 @@ VisiblePosition AXObjectCache::visiblePositionForTextMarkerData(TextMarkerData&
|
| if (deepPos.isNull())
|
| return VisiblePosition();
|
|
|
| - RenderObject* renderer = deepPos.deprecatedNode()->renderer();
|
| + RenderObject* renderer = deepPos.renderer();
|
| if (!renderer)
|
| return VisiblePosition();
|
|
|
|
|