| 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 113d59b92812585b1e410c5a88acd9b38b889808..0855ae3e747fb1a3bbe25c3b6801372ed8088582 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_);
|
| }
|
|
|