Bug 1561715 - Part 1: Remove unused functionality in SchedulerGroup. r=smaug
Differential Revision: https://phabricator.services.mozilla.com/D55638
This commit is contained in:
@@ -994,8 +994,8 @@ nsresult nsDocShell::DispatchToTabGroup(
|
||||
if (win->GetDocGroup()) {
|
||||
return win->GetDocGroup()->Dispatch(aCategory, runnable.forget());
|
||||
}
|
||||
RefPtr<mozilla::dom::TabGroup> tabGroup = win->TabGroup();
|
||||
return tabGroup->Dispatch(aCategory, runnable.forget());
|
||||
|
||||
return SchedulerGroup::Dispatch(aCategory, runnable.forget());
|
||||
}
|
||||
|
||||
NS_IMETHODIMP
|
||||
|
||||
Reference in New Issue
Block a user