Bug 805069 - use SimpleTest.executeSoon instead of SpecialPowers.executeSoon in test_devicemotion_multiple_listeners.html; r=jdm

This commit is contained in:
Nathan Froyd 2012-10-23 12:36:13 -04:00
parent 3f34bd33f9
commit d0e0541b59

View File

@ -20,7 +20,7 @@ try {
if (ifr.contentWindow.document.location == 'about:blank') {
ifr.parentNode.removeChild(ifr);
ok(true, "no crash received");
SpecialPowers.executeSoon(SimpleTest.finish);
SimpleTest.executeSoon(SimpleTest.finish);
}
} catch(e) {
ok(false, e);