From 48e706a64eb6e901163869eddf127b3fc64cea40 Mon Sep 17 00:00:00 2001 From: Ben Turner Date: Thu, 24 Jul 2008 11:55:23 -0700 Subject: [PATCH] Bug 443874 - "Need a hook for thread creation and destruction in thread pool". Forgot to bump the uuid of nsIThreadPool. --- xpcom/threads/nsIThreadPool.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xpcom/threads/nsIThreadPool.idl b/xpcom/threads/nsIThreadPool.idl index 1d0283fc796e..954e5d1c98d3 100644 --- a/xpcom/threads/nsIThreadPool.idl +++ b/xpcom/threads/nsIThreadPool.idl @@ -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 { /**