Bug 538920: give nsIObserver the "function" attribute to allow directly passing JS function objects to nsIObserverService::addObserver, r=bsmedberg

This commit is contained in:
Gavin Sharp 2010-01-11 05:01:38 -05:00
parent a20160a017
commit 5589f1de57

View File

@ -44,7 +44,7 @@
* @status FROZEN
*/
[scriptable, uuid(DB242E01-E4D9-11d2-9DDE-000064657374)]
[scriptable, function, uuid(DB242E01-E4D9-11d2-9DDE-000064657374)]
interface nsIObserver : nsISupports {
/**