Index: third_party/WebKit/Source/core/dom/StyleEngine.cpp |
diff --git a/third_party/WebKit/Source/core/dom/StyleEngine.cpp b/third_party/WebKit/Source/core/dom/StyleEngine.cpp |
index 62bc9c87459e6e449bcdef656b3aefe92adfbe1b..3f12a4c7547664abd33e843812a4966b06f168b4 100644 |
--- a/third_party/WebKit/Source/core/dom/StyleEngine.cpp |
+++ b/third_party/WebKit/Source/core/dom/StyleEngine.cpp |
@@ -269,6 +269,7 @@ void StyleEngine::clearMediaQueryRuleSetOnTreeScopeStyleSheets(UnorderedTreeScop |
void StyleEngine::clearMediaQueryRuleSetStyleSheets() |
{ |
+ resolverChanged(FullStyleUpdate); |
documentStyleSheetCollection()->clearMediaQueryRuleSetStyleSheets(); |
clearMediaQueryRuleSetOnTreeScopeStyleSheets(m_activeTreeScopes); |
clearMediaQueryRuleSetOnTreeScopeStyleSheets(m_dirtyTreeScopes); |