зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1363877 - Label PredictorLearnRunnable with SystemGroup (r=hurley)
MozReview-Commit-ID: XPGp0226kb
This commit is contained in:
Родитель
fddeb6a448
Коммит
44b0534627
|
@ -1550,7 +1550,9 @@ Predictor::LearnNative(nsIURI *targetURI, nsIURI *sourceURI,
|
|||
|
||||
RefPtr<PredictorLearnRunnable> runnable = new PredictorLearnRunnable(
|
||||
targetURI, sourceURI, reason, originAttributes);
|
||||
NS_DispatchToMainThread(runnable);
|
||||
SystemGroup::Dispatch("PredictorLearnRunnable",
|
||||
TaskCategory::Other,
|
||||
runnable.forget());
|
||||
|
||||
return NS_OK;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче