mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 780123 - bustage fix for xpcshell test shutdown; r=me
This commit is contained in:
parent
eb9c0387c6
commit
e092c900f4
@ -67,8 +67,10 @@ let Preferences = {
|
||||
},
|
||||
|
||||
uninit: function Preferences_uninit() {
|
||||
this._branch.removeObserver("", this);
|
||||
this._branch = null;
|
||||
if (this._branch) {
|
||||
this._branch.removeObserver("", this);
|
||||
this._branch = null;
|
||||
}
|
||||
},
|
||||
|
||||
observe: function Preferences_observe(aSubject, aTopic, aData) {
|
||||
|
Loading…
Reference in New Issue
Block a user