Clean up after test_workerupdatefoundevent.html, no bug

This commit is contained in:
Ehsan Akhgari 2015-05-05 21:45:00 -04:00
parent ce040a6b1d
commit f2fdb3f6d9

View File

@ -55,6 +55,7 @@
}
function unregister() {
window.onmessage = null;
return registration.unregister().then(function(result) {
ok(result, "Unregister should return true.");
});