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

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

Issue 214503002: [oilpan]: Move DOMWindowCSS to the oilpan heap using transition types. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase 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 dadf2951e25ad0bc6e67861e3210a9ed6235eb55..4da6da9b5a7e9af92eab83a39a30c0d8a9834d07 100644
--- a/Source/core/frame/DOMWindow.cpp
+++ b/Source/core/frame/DOMWindow.cpp
@@ -1883,6 +1883,7 @@ void DOMWindow::trace(Visitor* visitor)
visitor->trace(m_localStorage);
visitor->trace(m_applicationCache);
visitor->trace(m_performance);
+ visitor->trace(m_css);
#if ENABLE(OILPAN)
HeapSupplementable<DOMWindow>::trace(visitor);
#endif
« 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