| Index: Source/core/editing/DragCaretController.h | 
| diff --git a/Source/core/editing/DragCaretController.h b/Source/core/editing/DragCaretController.h | 
| index 75c3018881de53c6933d21b396791bc9724e5988..f05418dfd8690567a6b5aba74852d2de5947b61a 100644 | 
| --- a/Source/core/editing/DragCaretController.h | 
| +++ b/Source/core/editing/DragCaretController.h | 
| @@ -30,7 +30,7 @@ | 
|  | 
| namespace blink { | 
|  | 
| -class DragCaretController final : public NoBaseWillBeGarbageCollected<DragCaretController>, private CaretBase { | 
| +class DragCaretController final : public NoBaseWillBeGarbageCollectedFinalized<DragCaretController>, private CaretBase { | 
| WTF_MAKE_NONCOPYABLE(DragCaretController); | 
| WTF_MAKE_FAST_ALLOCATED_WILL_BE_REMOVED(DragCaretController); | 
| public: | 
|  |