Chromium Code Reviews

Unified Diff: Source/core/frame/RemoteFrame.h

Issue 517043003: Move Frame to the Oilpan heap. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Back out non-Oilpan experiment + tidy up by adding frame() ref accessors Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: Source/core/frame/RemoteFrame.h
diff --git a/Source/core/frame/RemoteFrame.h b/Source/core/frame/RemoteFrame.h
index ff75b01de588688e12cc3b4e9e4b39c86ba6b562..4ce70622177c5d0d0566c97c48ee6aa1258a8e03 100644
--- a/Source/core/frame/RemoteFrame.h
+++ b/Source/core/frame/RemoteFrame.h
@@ -13,7 +13,7 @@ class RemoteFrameView;
class RemoteFrame: public Frame {
public:
- static PassRefPtr<RemoteFrame> create(FrameClient*, FrameHost*, FrameOwner*);
+ static PassRefPtrWillBeRawPtr<RemoteFrame> create(FrameClient*, FrameHost*, FrameOwner*);
virtual bool isRemoteFrame() const OVERRIDE { return true; }
virtual ~RemoteFrame();

Powered by Google App Engine