From 6eea252eb25be8332ca1169095325dab54f74906 Mon Sep 17 00:00:00 2001 From: Andrew McCreight Date: Tue, 31 Jan 2012 13:47:47 -0800 Subject: [PATCH] Bug 721248 - make nsICycleCollectorListener a builtinclass. r=smaug --- xpcom/base/nsICycleCollectorListener.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xpcom/base/nsICycleCollectorListener.idl b/xpcom/base/nsICycleCollectorListener.idl index 69e9c9d77d24..4e185e5902d4 100644 --- a/xpcom/base/nsICycleCollectorListener.idl +++ b/xpcom/base/nsICycleCollectorListener.idl @@ -49,7 +49,7 @@ * a call to end(). If begin() returns an error none of the other * functions will be called. */ -[scriptable, uuid(35a3a9b0-a120-4bf7-9739-46027fe96212)] +[scriptable, builtinclass, uuid(e7e9a010-d02f-4137-94c8-6d73605fe623)] interface nsICycleCollectorListener : nsISupports { nsICycleCollectorListener allTraces();