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

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

Issue 2709263003: Removed FrameHost::settings() (Closed)
Patch Set: 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/Frame.cpp
diff --git a/third_party/WebKit/Source/core/frame/Frame.cpp b/third_party/WebKit/Source/core/frame/Frame.cpp
index 088d8401f448e15a1ef0f971e51d5bbc7c6bdd70..e53ff2f34ec5523d55f7d78cc060359a1803a7be 100644
--- a/third_party/WebKit/Source/core/frame/Frame.cpp
+++ b/third_party/WebKit/Source/core/frame/Frame.cpp
@@ -385,7 +385,7 @@ LayoutPartItem Frame::ownerLayoutItem() const {
Settings* Frame::settings() const {
if (m_host)
- return &m_host->settings();
+ return &m_host->page().settings();
return nullptr;
}

Powered by Google App Engine
This is Rietveld 408576698