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

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

Issue 1455943002: [Oilpan] Prepare full definition of classes before using Member (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 45858b2be4b76c686843ae4e8b7586f7367c4b57..af2f13bd23905a95eed58707dfb00718adfeb285 100644
--- a/third_party/WebKit/Source/web/WebRemoteFrameImpl.h
+++ b/third_party/WebKit/Source/web/WebRemoteFrameImpl.h
@@ -173,7 +173,7 @@ public:
void initializeCoreFrame(FrameHost*, FrameOwner*, const AtomicString& name);
void setCoreFrame(PassRefPtrWillBeRawPtr<RemoteFrame>);
- RemoteFrame* frame() const { return m_frame.get(); }
+ RemoteFrame* frame() const;
WebRemoteFrameClient* client() const { return m_client; }

Powered by Google App Engine
This is Rietveld 408576698