mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Merge backout
This commit is contained in:
commit
17e5bf1857
@ -665,7 +665,7 @@ bool
|
||||
pluginCrashInNestedLoop(InstanceData* instanceData)
|
||||
{
|
||||
// wait at least long enough for nested loop detector task to be pending ...
|
||||
while(sleep(1)) {}
|
||||
sleep(1);
|
||||
|
||||
// Run the nested loop detector by processing all events that are waiting.
|
||||
bool found_event = false;
|
||||
@ -679,7 +679,7 @@ pluginCrashInNestedLoop(InstanceData* instanceData)
|
||||
|
||||
// wait at least long enough for the "process browser events" task to be
|
||||
// pending ...
|
||||
while(sleep(1)) {}
|
||||
sleep(1);
|
||||
|
||||
// we'll be crashing soon, note that fact now to avoid messing with
|
||||
// timing too much
|
||||
|
Loading…
Reference in New Issue
Block a user