Skip to content

Commit

Permalink
Backed out changeset 4865541c610a (bug 1308039)
Browse files Browse the repository at this point in the history
UltraBlame original commit: 2a4eb2a3f21f531cf3aee827a165e80a9b2d6b72
  • Loading branch information
marco-c committed Sep 30, 2019
1 parent 9d0cc16 commit 5b4b3ce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dom/ipc/ProcessHangMonitor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,6 @@ HangMonitorChild::InterruptCallback()
RefPtr<TabChild> tabChild = TabChild::FindTabChild(forcePaintTab);
if (tabChild) {
JS::AutoAssertOnGC aaogc(mContext);
JS::AutoAssertOnBarrier nobarrier(mContext);
tabChild->ForcePaint(forcePaintEpoch);
}
}
Expand Down

0 comments on commit 5b4b3ce

Please sign in to comment.