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

Unified Diff: third_party/WebKit/Source/core/page/FocusController.cpp

Issue 2012823003: Move IME related functions from WebFrame to WebLocalFrame (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove null check in spellcheck_provider.cc and add some log Created 4 years, 6 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/page/FocusController.cpp
diff --git a/third_party/WebKit/Source/core/page/FocusController.cpp b/third_party/WebKit/Source/core/page/FocusController.cpp
index f0388e2a568fb19f01d856d077c2850591d3bf15..b38b8e2466de80e194977c628af6b75d3511d2be 100644
--- a/third_party/WebKit/Source/core/page/FocusController.cpp
+++ b/third_party/WebKit/Source/core/page/FocusController.cpp
@@ -798,6 +798,7 @@ Frame* FocusController::focusedOrMainFrame() const
return frame;
}
yabinh 2016/06/22 13:34:50 Sometimes it returns a remote frame. In the build:
+ LOG(ERROR) << "hyb: m_page->mainFrame()->isRemoteFrame() = " << m_page->mainFrame()->isRemoteFrame();
return m_page->mainFrame();
}

Powered by Google App Engine
This is Rietveld 408576698