Backed out 4 changesets (bug 1654992, bug 1654991) for causing timeous in mask-opacity-1e.html

Backed out changeset 11f0f54c6e0a (bug 1654992)
Backed out changeset a353dd5b3f08 (bug 1654991)
Backed out changeset 6a7964ba549f (bug 1654991)
Backed out changeset cf3bfb91d98c (bug 1654991)
This commit is contained in:
Noemi Erli
2020-08-03 22:09:36 +03:00
parent bc008391d5
commit c5adcfe981
136 changed files with 424 additions and 481 deletions

View File

@@ -1333,7 +1333,8 @@ void XMLHttpRequestMainThread::ResumeEventDispatching() {
MOZ_ASSERT(mEventDispatchingSuspended);
mEventDispatchingSuspended = false;
nsTArray<PendingEvent> pendingEvents = std::move(mPendingEvents);
nsTArray<PendingEvent> pendingEvents;
pendingEvents.SwapElements(mPendingEvents);
if (NS_FAILED(CheckCurrentGlobalCorrectness())) {
return;