Bug 849764 - Replace removeObserver() calls with three params with two in image dir. r=mak

This commit is contained in:
Xin Zhang 2013-04-06 14:46:35 -04:00
parent ff536816b4
commit 76818c7746

View File

@ -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();
}