зеркало из https://github.com/mozilla/gecko-dev.git
Bug 913947 - this.elementStyle is undefined. r=mratcliffe
This commit is contained in:
Родитель
ffde4e0eb0
Коммит
24b0580688
|
@ -1041,7 +1041,9 @@ CssRuleView.prototype = {
|
|||
this.element.parentNode.removeChild(this.element);
|
||||
}
|
||||
|
||||
this.elementStyle.destroy();
|
||||
if (this.elementStyle) {
|
||||
this.elementStyle.destroy();
|
||||
}
|
||||
|
||||
this.popup.destroy();
|
||||
},
|
||||
|
|
Загрузка…
Ссылка в новой задаче