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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user