зеркало из https://github.com/mozilla/gecko-dev.git
Bug 933748 - Follow up to remove a couple of noisy LogFunction calls. r=nobug
This commit is contained in:
Родитель
da41e531e4
Коммит
f62f18df95
|
@ -222,7 +222,6 @@ MetroAppShell::Run(void)
|
||||||
void // static
|
void // static
|
||||||
MetroAppShell::MarkEventQueueForPurge()
|
MetroAppShell::MarkEventQueueForPurge()
|
||||||
{
|
{
|
||||||
LogFunction();
|
|
||||||
sWillEmptyThreadQueue = true;
|
sWillEmptyThreadQueue = true;
|
||||||
|
|
||||||
// If we're dispatching native events, wait until the dispatcher is
|
// If we're dispatching native events, wait until the dispatcher is
|
||||||
|
@ -243,7 +242,6 @@ MetroAppShell::DispatchAllGeckoEvents()
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
LogFunction();
|
|
||||||
NS_ASSERTION(NS_IsMainThread(), "DispatchAllXPCOMEvents should be called on the main thread");
|
NS_ASSERTION(NS_IsMainThread(), "DispatchAllXPCOMEvents should be called on the main thread");
|
||||||
|
|
||||||
sWillEmptyThreadQueue = false;
|
sWillEmptyThreadQueue = false;
|
||||||
|
|
Загрузка…
Ссылка в новой задаче