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 5098a5030ba8cac8b3a66c1f7a253e238ef3bbad..4f981936473d9d2b2f8544336499e5141ddb3f64 100644 |
--- a/third_party/WebKit/Source/core/css/resolver/ScopedStyleResolver.cpp |
+++ b/third_party/WebKit/Source/core/css/resolver/ScopedStyleResolver.cpp |
@@ -253,8 +253,6 @@ void ScopedStyleResolver::matchPageRules(PageRuleCollector& collector) { |
DEFINE_TRACE(ScopedStyleResolver) { |
visitor->trace(m_scope); |
visitor->trace(m_authorStyleSheets); |
- visitor->trace(m_viewportDependentMediaQueryResults); |
- visitor->trace(m_deviceDependentMediaQueryResults); |
visitor->trace(m_keyframesRuleMap); |
visitor->trace(m_treeBoundaryCrossingRuleSet); |
} |