mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 443874 - "Need a hook for thread creation and destruction in thread pool". Forgot to bump the uuid of nsIThreadPool.
This commit is contained in:
parent
c9575547ec
commit
f7bdef7d4a
@ -59,7 +59,7 @@ interface nsIThreadPoolListener : nsISupports
|
||||
* anonymous (unnamed) worker threads. An event dispatched to the thread pool
|
||||
* will be run on the next available worker thread.
|
||||
*/
|
||||
[scriptable, uuid(394c29f0-225f-487f-86d3-4c259da76cab)]
|
||||
[scriptable, uuid(61cc5ac4-3f58-49f4-9d1c-8eaa73373de1)]
|
||||
interface nsIThreadPool : nsIEventTarget
|
||||
{
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user