mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1243430 - remove stray carriage returns from MessagePump.cpp; r=me
DONTBUILD because whitespace-only changes are trivial.
This commit is contained in:
parent
9605bb5fb5
commit
a6b1227b8a
@ -418,31 +418,31 @@ void MessagePumpForNonMainUIThreads::DoRunLoop()
|
||||
|
||||
ti->SetObserver(nullptr);
|
||||
}
|
||||
|
||||
NS_IMETHODIMP
|
||||
MessagePumpForNonMainUIThreads::OnDispatchedEvent(nsIThreadInternal *thread)
|
||||
{
|
||||
// If our thread is sleeping in DoRunLoop's call to WaitForWork() and an
|
||||
// event posts to the nsIThread event queue - break our thread out of
|
||||
// chromium's WaitForWork.
|
||||
if (GetInWait()) {
|
||||
ScheduleWork();
|
||||
}
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
NS_IMETHODIMP
|
||||
MessagePumpForNonMainUIThreads::OnProcessNextEvent(nsIThreadInternal *thread,
|
||||
bool mayWait)
|
||||
{
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
NS_IMETHODIMP
|
||||
MessagePumpForNonMainUIThreads::AfterProcessNextEvent(nsIThreadInternal *thread,
|
||||
bool eventWasProcessed)
|
||||
{
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
NS_IMETHODIMP
|
||||
MessagePumpForNonMainUIThreads::OnDispatchedEvent(nsIThreadInternal *thread)
|
||||
{
|
||||
// If our thread is sleeping in DoRunLoop's call to WaitForWork() and an
|
||||
// event posts to the nsIThread event queue - break our thread out of
|
||||
// chromium's WaitForWork.
|
||||
if (GetInWait()) {
|
||||
ScheduleWork();
|
||||
}
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
NS_IMETHODIMP
|
||||
MessagePumpForNonMainUIThreads::OnProcessNextEvent(nsIThreadInternal *thread,
|
||||
bool mayWait)
|
||||
{
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
NS_IMETHODIMP
|
||||
MessagePumpForNonMainUIThreads::AfterProcessNextEvent(nsIThreadInternal *thread,
|
||||
bool eventWasProcessed)
|
||||
{
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
#endif // XP_WIN
|
||||
|
Loading…
Reference in New Issue
Block a user