Backed out changeset 77d0afd4d1fd (bug 1469085) for bustages in builds/worker/workspace/build/src/dom/notification/Notification.cpp on a CLOSED TREE

This commit is contained in:
Noemi Erli 2018-06-16 04:10:57 +03:00
parent 6667e489f3
commit bc9b6be591
2 changed files with 3 additions and 7 deletions

View File

@ -424,12 +424,6 @@ public:
{
mNotification->ReleaseObject();
}
void
Cancel() override
{
mNotification->ReleaseObject();
}
};
// Create one whenever you require ownership of the notification. Use with

View File

@ -43,7 +43,9 @@ https://bugzilla.mozilla.org/show_bug.cgi?id=916893
SimpleTest.waitForExplicitFinish();
SpecialPowers.pushPrefEnv(
{"set": [["dom.webnotifications.workers.enabled", true]]}, runTest);
{"set": [["dom.webnotifications.workers.enabled", true]]},
runTest
);
</script>
</body>
</html>