| Index: third_party/WebKit/Source/core/editing/SelectionEditor.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/SelectionEditor.cpp b/third_party/WebKit/Source/core/editing/SelectionEditor.cpp
|
| index 1ca890ed9f3fda40ff9540bde0333c76d0728c85..8206ecf15d3debae364272601af153a1bff8911d 100644
|
| --- a/third_party/WebKit/Source/core/editing/SelectionEditor.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/SelectionEditor.cpp
|
| @@ -32,9 +32,8 @@
|
|
|
| namespace blink {
|
|
|
| -SelectionEditor::SelectionEditor(LocalFrame* frame)
|
| +SelectionEditor::SelectionEditor(LocalFrame& frame)
|
| : m_frame(frame), m_observingVisibleSelection(false) {
|
| - DCHECK(m_frame);
|
| clearVisibleSelection();
|
| }
|
|
|
|
|