| Index: Source/core/editing/VisibleUnits.cpp
|
| diff --git a/Source/core/editing/VisibleUnits.cpp b/Source/core/editing/VisibleUnits.cpp
|
| index 4c03e8fab0de25c63ecc2e239e140271133931ed..85e53447330db0dff5f7f90a58207eec9249f634 100644
|
| --- a/Source/core/editing/VisibleUnits.cpp
|
| +++ b/Source/core/editing/VisibleUnits.cpp
|
| @@ -1135,7 +1135,7 @@ VisiblePosition startOfParagraph(const VisiblePosition& c, EditingBoundaryCrossi
|
|
|
| Node* node = startNode;
|
| ContainerNode* highestRoot = highestEditableRoot(p);
|
| - int offset = p.deprecatedEditingOffset();
|
| + int offset = p.computeEditingOffset();
|
| PositionAnchorType type = p.anchorType();
|
|
|
| Node* n = startNode;
|
|
|