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

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

Issue 213173002: [Oilpan]: Move StyleMedia to the oilpan heap using transition types. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Review feedback Created 6 years, 9 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
« no previous file with comments | « Source/core/frame/DOMWindow.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/frame/DOMWindow.cpp
diff --git a/Source/core/frame/DOMWindow.cpp b/Source/core/frame/DOMWindow.cpp
index 8f7eac8816bcb91436b3f7127a9d3476776ce4b8..2664d4877b5bb7d31bf9e1d77fc610abc8027c6a 100644
--- a/Source/core/frame/DOMWindow.cpp
+++ b/Source/core/frame/DOMWindow.cpp
@@ -1878,6 +1878,7 @@ void DOMWindow::trace(Visitor* visitor)
visitor->trace(m_console);
visitor->trace(m_navigator);
visitor->trace(m_location);
+ visitor->trace(m_media);
visitor->trace(m_sessionStorage);
visitor->trace(m_localStorage);
visitor->trace(m_applicationCache);
« no previous file with comments | « Source/core/frame/DOMWindow.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698