Bug 1648333 - Make sure there's no custom cursor when popping up the slow script dialog. r=smaug

Differential Revision: https://phabricator.services.mozilla.com/D81140
This commit is contained in:
Emilio Cobos Álvarez 2020-06-25 18:31:15 +00:00
Родитель e7b1c3e32f
Коммит 4fee54db8e
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -4754,6 +4754,9 @@ nsGlobalWindowInner::ShowSlowScriptDialog(JSContext* aCx,
}
mHasHadSlowScript = true;
// Override the cursor to something that we're sure the user can see.
SetCursor(NS_LITERAL_CSTRING("auto"), IgnoreErrors());
if (XRE_IsContentProcess() && ProcessHangMonitor::Get()) {
ProcessHangMonitor::SlowScriptAction action;
RefPtr<ProcessHangMonitor> monitor = ProcessHangMonitor::Get();