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 image dir. r=mak
This commit is contained in:
parent
ff536816b4
commit
76818c7746
@ -35,7 +35,7 @@ var observer = {
|
||||
subject = subject.QueryInterface(Ci.nsIURI);
|
||||
ok(subject.asciiSpec == "chrome://mochitests/content/chrome/image/test/mochitest/invalid.jpg", "wrong subject");
|
||||
|
||||
obs.removeObserver(this, "net:failed-to-process-uri-content", false);
|
||||
obs.removeObserver(this, "net:failed-to-process-uri-content");
|
||||
|
||||
SimpleTest.finish();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user