| Index: Source/core/dom/RangeBoundaryPoint.h
|
| diff --git a/Source/core/dom/RangeBoundaryPoint.h b/Source/core/dom/RangeBoundaryPoint.h
|
| index d7843993f871ad27dc48021337a8ccbef0ece8cc..221de317038c850e3d99e34d3bd204aecc642917 100644
|
| --- a/Source/core/dom/RangeBoundaryPoint.h
|
| +++ b/Source/core/dom/RangeBoundaryPoint.h
|
| @@ -109,7 +109,7 @@ inline void RangeBoundaryPoint::ensureOffsetIsValid() const
|
| inline const Position RangeBoundaryPoint::toPosition() const
|
| {
|
| ensureOffsetIsValid();
|
| - return createLegacyEditingPosition(m_containerNode.get(), m_offsetInContainer);
|
| + return Position::editingPositionOf(m_containerNode.get(), m_offsetInContainer);
|
| }
|
|
|
| inline int RangeBoundaryPoint::offset() const
|
|
|