зеркало из https://github.com/mozilla/gecko-dev.git
Bug 849764 - Replace removeObserver() calls with three params with two in image dir. r=mak
This commit is contained in:
Родитель
c4867ae78f
Коммит
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();
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче