| Index: Source/devtools/front_end/elements/StylesSidebarPane.js
|
| diff --git a/Source/devtools/front_end/elements/StylesSidebarPane.js b/Source/devtools/front_end/elements/StylesSidebarPane.js
|
| index a54c56d33549ebd7c78118d0bc3e88f6eb3b8d60..0a197a6716c82a828f1ead602c7a25e5027535b6 100644
|
| --- a/Source/devtools/front_end/elements/StylesSidebarPane.js
|
| +++ b/Source/devtools/front_end/elements/StylesSidebarPane.js
|
| @@ -1156,7 +1156,7 @@ WebInspector.StylePropertiesSection.prototype = {
|
| if (!this.rule || !this.rule.styleSheetId)
|
| return;
|
| if (this.rule !== editedRule)
|
| - this.rule.sourceStyleSheetEdited(this.rule.styleSheetId, oldRange, newRange);
|
| + this.rule.sourceStyleSheetEdited(editedRule.styleSheetId, oldRange, newRange);
|
| this._updateMediaList();
|
| this._updateRuleOrigin();
|
| },
|
|
|