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

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

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.cpp
diff --git a/Source/core/frame/DOMWindowProperty.cpp b/Source/core/frame/DOMWindowProperty.cpp
index c6f25305fff00e31fcb0242026b1fc8a878fc39b..37721fb0c1875193553f4406c93b1138a2e24aca 100644
--- a/Source/core/frame/DOMWindowProperty.cpp
+++ b/Source/core/frame/DOMWindowProperty.cpp
@@ -61,4 +61,9 @@ void DOMWindowProperty::willDetachGlobalObjectFromFrame()
ASSERT(m_frame);
}
+void DOMWindowProperty::trace(Visitor* visitor)
+{
+ visitor->trace(m_frame);
+}
+
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698