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

Unified Diff: third_party/WebKit/Source/core/editing/SelectionController.h

Issue 2629593004: Disambiguate LifecycleObserver::contextDestroyed (Closed)
Patch Set: temp Created 3 years, 11 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/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

Powered by Google App Engine
This is Rietveld 408576698