Index: third_party/WebKit/Source/core/dom/Document.cpp |
diff --git a/third_party/WebKit/Source/core/dom/Document.cpp b/third_party/WebKit/Source/core/dom/Document.cpp |
index a1cf59db7c956423f8e84681d2729ddb1ab74deb..db85d8d88dd48b40c42c95305010bf57456c0ea3 100644 |
--- a/third_party/WebKit/Source/core/dom/Document.cpp |
+++ b/third_party/WebKit/Source/core/dom/Document.cpp |
@@ -642,7 +642,6 @@ MediaQueryMatcher& Document::mediaQueryMatcher() |
void Document::mediaQueryAffectingValueChanged() |
{ |
- styleEngine().resolverChanged(FullStyleUpdate); |
m_evaluateMediaQueriesOnStyleRecalc = true; |
styleEngine().clearMediaQueryRuleSetStyleSheets(); |
InspectorInstrumentation::mediaQueryResultChanged(this); |