commit | 4ed808a8d879f01d673eb1bc6d8f8691a58a28cb | [log] [tgz] |
---|---|---|
author | rune <rune@opera.com> | Thu Sep 08 14:40:23 2016 |
committer | Commit bot <commit-bot@chromium.org> | Thu Sep 08 14:42:40 2016 |
tree | e22b794a74c83e31597a8b52c92d0b8fbb344e5b | |
parent | 3cd746d5eea880acbea5c4fd2a7550df94eedd9b [diff] |
Removed m_isSettingStyleSheetText from InspectorCSSAgent. The variable supressed an unnecessary re-collection of inspector stylesheets when the stylesheet text is modified from the inspector. If the text added contains an @import rule with a data: uri, it also suppresses the collection of that sheet, which is wrong. R=pfeldman@chromium.org,lushnikov@chromium.org BUG=644719 Review-Url: https://codereview.chromium.org/2319533004 Cr-Commit-Position: refs/heads/master@{#417290}