DescriptionIncorrect setHasMediaQueries() when @media rule is dropped.
Trying to insert an @media rule into a stylesheet were incorrectly
marking the stylesheet as containing media queries before the media
rule was dropped because it was inserted before an @namespace rule.
That caused unnecessary rebuilding of rule sets for the stylesheet with
the dropped rule when a media query evaluation changed in some other
stylesheet.
R=timloh@chromium.org
Committed: https://crrev.com/27a835bef2bfe7bee393aa96a728dd5270f03a60
Cr-Commit-Position: refs/heads/master@{#373473}
Patch Set 1 #
Messages
Total messages: 11 (4 generated)
|