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

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

Issue 517043003: Move Frame to the Oilpan heap. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Comments + fix fast/events/message-port-gc-closed.html Created 6 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/frame/DOMWindowProperty.h
diff --git a/Source/core/frame/DOMWindowProperty.h b/Source/core/frame/DOMWindowProperty.h
index 2666f88c0fe13096ea5714ecf1f10fff7d89652a..a3d980f3774976f2262fa53e44fdb754db5738eb 100644
--- a/Source/core/frame/DOMWindowProperty.h
+++ b/Source/core/frame/DOMWindowProperty.h
@@ -49,10 +49,10 @@ protected:
virtual ~DOMWindowProperty();
#endif
- LocalFrame* m_frame;
+ RawPtrWillBeWeakMember<LocalFrame> m_frame;
RawPtrWillBeMember<LocalDOMWindow> m_associatedDOMWindow;
Mads Ager (chromium) 2014/09/16 12:17:44 It looks like the m_associatedDOMWindow is only ev
sof 2014/09/17 09:42:57 Quite right, it serves no purpose with Oilpan; gre
};
-}
+} // namespace blink
#endif

Powered by Google App Engine
This is Rietveld 408576698