| Index: third_party/WebKit/Source/core/editing/EditingUtilities.h
|
| diff --git a/third_party/WebKit/Source/core/editing/EditingUtilities.h b/third_party/WebKit/Source/core/editing/EditingUtilities.h
|
| index d12d61aac45390980eca55e4832cb7b37f1f4745..17eeb682fd9bddf829b00a5363c6c889d3cd8dd9 100644
|
| --- a/third_party/WebKit/Source/core/editing/EditingUtilities.h
|
| +++ b/third_party/WebKit/Source/core/editing/EditingUtilities.h
|
| @@ -385,7 +385,9 @@ bool canMergeLists(Element* firstList, Element* secondList);
|
| // Functions returning VisibleSelection
|
| VisibleSelection selectionForParagraphIteration(const VisibleSelection&);
|
|
|
| -Position adjustedSelectionStartForStyleComputation(const VisibleSelection&);
|
| +// TODO(editing-dev): We should move "adjustedSelectionStartForStyleComputation"
|
| +// to "EditingStyleUtilitie.cpp" as local function since it used only there.
|
| +Position adjustedSelectionStartForStyleComputation(const Position&);
|
|
|
| // Miscellaneous functions on Text
|
| inline bool isWhitespace(UChar c) {
|
|
|