| Index: third_party/WebKit/Source/core/editing/SelectionController.h
|
| diff --git a/third_party/WebKit/Source/core/editing/SelectionController.h b/third_party/WebKit/Source/core/editing/SelectionController.h
|
| index bb76f0f8571820c92cc788cc50d7b65424e8c723..2fee805214178491ffee76029962e7e5967347d3 100644
|
| --- a/third_party/WebKit/Source/core/editing/SelectionController.h
|
| +++ b/third_party/WebKit/Source/core/editing/SelectionController.h
|
| @@ -124,7 +124,7 @@ class CORE_EXPORT SelectionController final
|
| // Implements |SynchronousMutationObserver|.
|
| // TODO(yosin): We should relocate |m_originalBaseInFlatTree| when DOM tree
|
| // changed.
|
| - void contextDestroyed() final;
|
| + void contextDestroyed(Document*) final;
|
|
|
| Member<LocalFrame> const m_frame;
|
| // TODO(yosin): We should use |PositionWIthAffinityInFlatTree| since we
|
|
|