| Index: third_party/WebKit/Source/core/editing/SelectionController.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/SelectionController.cpp b/third_party/WebKit/Source/core/editing/SelectionController.cpp
|
| index 8d1af8b3f8b07421eac69d352524ca13405bf9d4..418007b62b09be88fcbc18917ced0f6e9f632862 100644
|
| --- a/third_party/WebKit/Source/core/editing/SelectionController.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/SelectionController.cpp
|
| @@ -126,7 +126,7 @@ Document& SelectionController::document() const {
|
| return *m_frame->document();
|
| }
|
|
|
| -void SelectionController::contextDestroyed() {
|
| +void SelectionController::contextDestroyed(Document*) {
|
| m_originalBaseInFlatTree = VisiblePositionInFlatTree();
|
| }
|
|
|
|
|