mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 849764 - Replace removeObserver() calls with three params with two in testing dir. r=mak
This commit is contained in:
parent
9ba2b443d3
commit
512636d64c
@ -95,7 +95,7 @@ SpecialPowersObserver.prototype = new SpecialPowersObserverAPI();
|
||||
SpecialPowersObserver.prototype.uninit = function()
|
||||
{
|
||||
var obs = Services.obs;
|
||||
obs.removeObserver(this, "chrome-document-global-created", false);
|
||||
obs.removeObserver(this, "chrome-document-global-created");
|
||||
this._removeProcessCrashObservers();
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user