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

Unified Diff: third_party/WebKit/Source/web/WebRemoteFrameImpl.h

Issue 1461193003: Revert of [Oilpan] Prepare full definition of classes before using Member (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Make patch applicable Created 5 years, 1 month 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/web/WebRemoteFrameImpl.h
diff --git a/third_party/WebKit/Source/web/WebRemoteFrameImpl.h b/third_party/WebKit/Source/web/WebRemoteFrameImpl.h
index 2f4bbafeb8c103972089bd3d6ab1f778046cbedf..2c2a59fde90f1f1531c9dab56078f01d5e7f205e 100644
--- a/third_party/WebKit/Source/web/WebRemoteFrameImpl.h
+++ b/third_party/WebKit/Source/web/WebRemoteFrameImpl.h
@@ -171,7 +171,7 @@ public:
void initializeCoreFrame(FrameHost*, FrameOwner*, const AtomicString& name);
void setCoreFrame(PassRefPtrWillBeRawPtr<RemoteFrame>);
- RemoteFrame* frame() const;
+ RemoteFrame* frame() const { return m_frame.get(); }
WebRemoteFrameClient* client() const { return m_client; }
« no previous file with comments | « third_party/WebKit/Source/web/WebPluginLoadObserver.cpp ('k') | third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698