Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(45)

Unified Diff: third_party/WebKit/Source/core/editing/SelectionEditor.cpp

Issue 2612713002: Move core/editing timer to frame-specific task runners. (Closed)
Patch Set: Created 3 years, 12 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();
}

Powered by Google App Engine
This is Rietveld 408576698