Backed out 6 changesets (bug 1743439) for causing bustages in AnimationEventDispatcher.h

CLOSED TREE

Backed out changeset 792c405d4afc (bug 1743439)
Backed out changeset 0376e73c7dce (bug 1743439)
Backed out changeset 23202094bc00 (bug 1743439)
Backed out changeset ba0fa3a8fa0e (bug 1743439)
Backed out changeset 7ad2746ec876 (bug 1743439)
Backed out changeset a919ef50cf33 (bug 1743439)
This commit is contained in:
Alexandru Michis
2021-12-09 19:36:12 +02:00
parent 9494a4032c
commit b3616631ef
26 changed files with 71 additions and 106 deletions

View File

@@ -1036,9 +1036,8 @@ nsresult HTMLFormElement::ConstructEntryList(FormData* aFormData) {
FormDataEvent::Constructor(this, u"formdata"_ns, init);
event->SetTrusted(true);
// TODO: Bug 1506441
EventDispatcher::DispatchDOMEvent(MOZ_KnownLive(ToSupports(this)), nullptr,
event, nullptr, nullptr);
EventDispatcher::DispatchDOMEvent(ToSupports(this), nullptr, event, nullptr,
nullptr);
return NS_OK;
}