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

Unified Diff: third_party/WebKit/Source/core/css/RuleFeature.cpp

Issue 2857603002: Move MediaQuery classes off BlinkGC heap (Closed)
Patch Set: 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/RuleFeature.cpp
diff --git a/third_party/WebKit/Source/core/css/RuleFeature.cpp b/third_party/WebKit/Source/core/css/RuleFeature.cpp
index c1a366ac8b850b3370a16d6894d054e5aed9f61f..d672bed3e363e32b9e44902ee6971e3a86c711dc 100644
--- a/third_party/WebKit/Source/core/css/RuleFeature.cpp
+++ b/third_party/WebKit/Source/core/css/RuleFeature.cpp
@@ -1217,8 +1217,6 @@ void RuleFeatureSet::AddFeaturesToUniversalSiblingInvalidationSet(
DEFINE_TRACE(RuleFeatureSet) {
visitor->Trace(sibling_rules_);
visitor->Trace(uncommon_attribute_rules_);
- visitor->Trace(viewport_dependent_media_query_results_);
- visitor->Trace(device_dependent_media_query_results_);
}
void RuleFeatureSet::InvalidationSetFeatures::Add(
« no previous file with comments | « third_party/WebKit/Source/core/css/MediaQuerySetTest.cpp ('k') | third_party/WebKit/Source/core/css/RuleSet.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698