| Index: Source/core/editing/VisiblePosition.h
|
| diff --git a/Source/core/editing/VisiblePosition.h b/Source/core/editing/VisiblePosition.h
|
| index 0fc6794f496e11fbdd9c21dd93b942b0706a69c4..af8444d8776953ae04aba6341db5975e9026d9ed 100644
|
| --- a/Source/core/editing/VisiblePosition.h
|
| +++ b/Source/core/editing/VisiblePosition.h
|
| @@ -49,7 +49,7 @@ namespace blink {
|
| class InlineBox;
|
| class Range;
|
|
|
| -class VisiblePosition FINAL {
|
| +class VisiblePosition final {
|
| DISALLOW_ALLOCATION();
|
| public:
|
| // NOTE: UPSTREAM affinity will be used only if pos is at end of a wrapped line,
|
|
|