| Index: third_party/WebKit/Source/core/editing/VisibleSelection.h
|
| diff --git a/third_party/WebKit/Source/core/editing/VisibleSelection.h b/third_party/WebKit/Source/core/editing/VisibleSelection.h
|
| index d9a827dcf4b800a8f0a612bd2377108f18bce962..4414b044a70336297402c15f9e3c097257a8a85b 100644
|
| --- a/third_party/WebKit/Source/core/editing/VisibleSelection.h
|
| +++ b/third_party/WebKit/Source/core/editing/VisibleSelection.h
|
| @@ -111,7 +111,7 @@ class CORE_TEMPLATE_CLASS_EXPORT VisibleSelectionTemplate {
|
| bool IsBaseFirst() const { return base_is_first_; }
|
| bool IsDirectional() const { return is_directional_; }
|
|
|
| - void AppendTrailingWhitespace();
|
| + VisibleSelectionTemplate<Strategy> AppendTrailingWhitespace() const;
|
|
|
| // TODO(yosin) Most callers probably don't want these functions, but
|
| // are using them for historical reasons. |toNormalizedEphemeralRange()|
|
|
|