mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-26 23:23:33 +00:00
Bug 849764 - Replace removeObserver() calls with three params with two in image dir. r=mak
This commit is contained in:
parent
c4867ae78f
commit
a5e9630c16
@ -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…
x
Reference in New Issue
Block a user