| Index: Source/core/editing/FrameSelection.h
|
| diff --git a/Source/core/editing/FrameSelection.h b/Source/core/editing/FrameSelection.h
|
| index 82ec59fbc4414ef4770a0362740f05b84f2bdcc7..f67f19a8eb03f877c18d9a5f03ddd8d8c3ca8b71 100644
|
| --- a/Source/core/editing/FrameSelection.h
|
| +++ b/Source/core/editing/FrameSelection.h
|
| @@ -56,7 +56,7 @@ enum RevealExtentOption {
|
| DoNotRevealExtent
|
| };
|
|
|
| -class CORE_EXPORT FrameSelection final : public NoBaseWillBeGarbageCollectedFinalized<FrameSelection>, public VisibleSelection::ChangeObserver, private CaretBase {
|
| +class CORE_EXPORT FrameSelection final : public NoBaseWillBeGarbageCollectedFinalized<FrameSelection>, public VisibleSelectionChangeObserver, private CaretBase {
|
| WTF_MAKE_NONCOPYABLE(FrameSelection);
|
| WTF_MAKE_FAST_ALLOCATED_WILL_BE_REMOVED(FrameSelection);
|
| WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(FrameSelection);
|
| @@ -228,7 +228,7 @@ public:
|
| bool shouldShowBlockCursor() const { return m_shouldShowBlockCursor; }
|
| void setShouldShowBlockCursor(bool);
|
|
|
| - // VisibleSelection::ChangeObserver interface.
|
| + // VisibleSelectionChangeObserver interface.
|
| void didChangeVisibleSelection() override;
|
|
|
| DECLARE_VIRTUAL_TRACE();
|
|
|