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

Unified Diff: third_party/WebKit/Source/core/css/RuleFeature.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/RuleFeature.cpp
diff --git a/third_party/WebKit/Source/core/css/RuleFeature.cpp b/third_party/WebKit/Source/core/css/RuleFeature.cpp
index d1979afa15f7f8dcad611402381735315e576453..8034010c95d7a9ffeb0f92244b615d092c31305e 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(

Powered by Google App Engine
This is Rietveld 408576698