mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 07:13:20 +00:00
Bustage fix for bug 1059479, CLOSED TREE
This commit is contained in:
parent
df78cc41bb
commit
d3655aff84
@ -189,7 +189,7 @@ void ThreadData::RunOnAllThreads(void (*function)()) {
|
||||
ThreadSafeDownCounter* counter =
|
||||
new ThreadSafeDownCounter(message_loops.size() + 1); // Extra one for us!
|
||||
|
||||
HANDLE completion_handle = CreateEvent(NULL, false, false, NULL);
|
||||
HANDLE completion_handle = CreateEventW(NULL, false, false, NULL);
|
||||
// Tell all other threads to run.
|
||||
for (size_t i = 0; i < message_loops.size(); ++i)
|
||||
message_loops[i]->PostTask(FROM_HERE,
|
||||
|
Loading…
Reference in New Issue
Block a user