mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 913947 - this.elementStyle is undefined. r=mratcliffe
This commit is contained in:
parent
9d894a803d
commit
69b348b6a1
@ -1041,7 +1041,9 @@ CssRuleView.prototype = {
|
||||
this.element.parentNode.removeChild(this.element);
|
||||
}
|
||||
|
||||
this.elementStyle.destroy();
|
||||
if (this.elementStyle) {
|
||||
this.elementStyle.destroy();
|
||||
}
|
||||
|
||||
this.popup.destroy();
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user