mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 933748 - Follow up to remove a couple of noisy LogFunction calls. r=nobug
This commit is contained in:
parent
43bc6be10c
commit
c703710c2f
@ -222,7 +222,6 @@ MetroAppShell::Run(void)
|
||||
void // static
|
||||
MetroAppShell::MarkEventQueueForPurge()
|
||||
{
|
||||
LogFunction();
|
||||
sWillEmptyThreadQueue = true;
|
||||
|
||||
// If we're dispatching native events, wait until the dispatcher is
|
||||
@ -243,7 +242,6 @@ MetroAppShell::DispatchAllGeckoEvents()
|
||||
return;
|
||||
}
|
||||
|
||||
LogFunction();
|
||||
NS_ASSERTION(NS_IsMainThread(), "DispatchAllXPCOMEvents should be called on the main thread");
|
||||
|
||||
sWillEmptyThreadQueue = false;
|
||||
|
Loading…
Reference in New Issue
Block a user