mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 10:00:54 +00:00
Bug 805069 - use SimpleTest.executeSoon instead of SpecialPowers.executeSoon in test_devicemotion_multiple_listeners.html; r=jdm
This commit is contained in:
parent
3f34bd33f9
commit
d0e0541b59
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user