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

Unified Diff: Source/core/page/Frame.h

Issue 25403004: [oilpan] Figure out lifetime of remaining Node raw pointers (Part 2) (Closed) Base URL: svn://svn.chromium.org/blink/branches/oilpan
Patch Set: Created 7 years, 3 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: Source/core/page/Frame.h
diff --git a/Source/core/page/Frame.h b/Source/core/page/Frame.h
index 04305f52b6e514a70c6d0bf64b5c6ffa7f1f3d63..35c48270225813a7c5b59cca8b096db09eb14a67 100644
--- a/Source/core/page/Frame.h
+++ b/Source/core/page/Frame.h
@@ -179,7 +179,7 @@ namespace WebCore {
mutable FrameLoader m_loader;
mutable NavigationScheduler m_navigationScheduler;
- // FIXME(oilpan): Move Frame to the heap and use a Member.
+ // FIXME(oilpan): This should be a strong pointer.
HTMLFrameOwnerElement* m_ownerElement;
RefPtr<FrameView> m_view;
Persistent<Document> m_doc;

Powered by Google App Engine
This is Rietveld 408576698