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

Unified Diff: third_party/WebKit/Source/core/frame/LocalFrame.cpp

Issue 2701983002: Implement complete lifecycle transition for IdleSpellCheckCallback (Closed)
Patch Set: Fix compile error Created 3 years, 10 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/frame/LocalFrame.cpp
diff --git a/third_party/WebKit/Source/core/frame/LocalFrame.cpp b/third_party/WebKit/Source/core/frame/LocalFrame.cpp
index 05a3caf50e717c723d49de7aa778de7e2de4b63b..585d3dd27b75ed6875259ce26c55bc766bf76535 100644
--- a/third_party/WebKit/Source/core/frame/LocalFrame.cpp
+++ b/third_party/WebKit/Source/core/frame/LocalFrame.cpp
@@ -514,6 +514,7 @@ void LocalFrame::documentAttached() {
DCHECK(document());
selection().documentAttached(document());
inputMethodController().documentAttached(document());
+ spellChecker().documentAttached(document());
}
LocalDOMWindow* LocalFrame::domWindow() const {

Powered by Google App Engine
This is Rietveld 408576698