| Index: Source/core/dom/PositionIterator.cpp
|
| diff --git a/Source/core/dom/PositionIterator.cpp b/Source/core/dom/PositionIterator.cpp
|
| index 2bbfbf8dcbc2319346234f6064be88c14f250072..d74615f484f83afac07b320c55231e2e7194abf4 100644
|
| --- a/Source/core/dom/PositionIterator.cpp
|
| +++ b/Source/core/dom/PositionIterator.cpp
|
| @@ -142,7 +142,7 @@ bool PositionIterator::isCandidate() const
|
| if (!m_anchorNode)
|
| return false;
|
|
|
| - RenderObject* renderer = m_anchorNode->renderer();
|
| + LayoutObject* renderer = m_anchorNode->renderer();
|
| if (!renderer)
|
| return false;
|
|
|
|
|