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:
Ben Turner 2008-07-24 11:55:23 -07:00
parent b51b114104
commit 48e706a64e

View File

@ -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
{
/**