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 238fa24d70
commit 125af2229f

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