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

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: Rebased past r181814 conflict 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 ba2aa8999dfefd5c857b0afb531e955b314c0ec0..542a8752992eedea890f91f536c372084ea7c7be 100644
--- a/Source/core/frame/DOMWindowProperty.h
+++ b/Source/core/frame/DOMWindowProperty.h
@@ -42,12 +42,12 @@ public:
LocalFrame* frame() const { return m_frame; }
- virtual void trace(Visitor*) { }
+ virtual void trace(Visitor*);
protected:
- LocalFrame* m_frame;
+ RawPtrWillBeWeakMember<LocalFrame> m_frame;
};
-}
+} // namespace blink
#endif

Powered by Google App Engine
This is Rietveld 408576698