| Index: Source/core/editing/FrameSelection.h
|
| diff --git a/Source/core/editing/FrameSelection.h b/Source/core/editing/FrameSelection.h
|
| index 0df951faa2d51d540e6ea7e41470a20782a75175..cd9d8228d233433216ac5259dc616bc945516019 100644
|
| --- a/Source/core/editing/FrameSelection.h
|
| +++ b/Source/core/editing/FrameSelection.h
|
| @@ -228,7 +228,7 @@ public:
|
| void setShouldShowBlockCursor(bool);
|
|
|
| // VisibleSelection::ChangeObserver interface.
|
| - virtual void didChangeVisibleSelection() override;
|
| + void didChangeVisibleSelection() override;
|
|
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
|
|