| Index: third_party/WebKit/Source/core/editing/EditingUtilities.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/EditingUtilities.cpp b/third_party/WebKit/Source/core/editing/EditingUtilities.cpp
|
| index f6141f1455c9524af684059100bf2c526f3e8e8c..2b3cb4c57b7420c2b8632cb9e78edd4c08e36017 100644
|
| --- a/third_party/WebKit/Source/core/editing/EditingUtilities.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/EditingUtilities.cpp
|
| @@ -1836,7 +1836,7 @@ Position adjustedSelectionStartForStyleComputation(const VisibleSelection& selec
|
| // It is important to skip certain irrelevant content at the start of the selection, so we do not wind up
|
| // with a spurious "mixed" style.
|
|
|
| - VisiblePosition visiblePosition = createVisiblePositionDeprecated(selection.start());
|
| + VisiblePosition visiblePosition = createVisiblePosition(selection.start());
|
| if (visiblePosition.isNull())
|
| return Position();
|
|
|
|
|