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

Unified Diff: third_party/WebKit/Source/core/css/resolver/ScopedStyleResolver.cpp

Issue 2837023005: Move MediaQuery classes off BlinkGC heap (Closed)
Patch Set: fix Created 3 years, 8 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: third_party/WebKit/Source/core/css/resolver/ScopedStyleResolver.cpp
diff --git a/third_party/WebKit/Source/core/css/resolver/ScopedStyleResolver.cpp b/third_party/WebKit/Source/core/css/resolver/ScopedStyleResolver.cpp
index 56922e0a2f1c887cff4b2ff2ad9603fc971d86d1..47bf7223762687ee7918b1a42a1e95c2dcc818d1 100644
--- a/third_party/WebKit/Source/core/css/resolver/ScopedStyleResolver.cpp
+++ b/third_party/WebKit/Source/core/css/resolver/ScopedStyleResolver.cpp
@@ -257,8 +257,6 @@ void ScopedStyleResolver::MatchPageRules(PageRuleCollector& collector) {
DEFINE_TRACE(ScopedStyleResolver) {
visitor->Trace(scope_);
visitor->Trace(author_style_sheets_);
- visitor->Trace(viewport_dependent_media_query_results_);
- visitor->Trace(device_dependent_media_query_results_);
visitor->Trace(keyframes_rule_map_);
visitor->Trace(tree_boundary_crossing_rule_set_);
}

Powered by Google App Engine
This is Rietveld 408576698