Bug 668642 - Make nsIHttpHeaderVisitor a [function] interface. r=bz

This commit is contained in:
Philipp von Weitershausen 2011-06-30 23:55:56 +02:00
parent 00fefc69cf
commit c28032f446

View File

@ -41,7 +41,7 @@
/**
* Implement this interface to visit http headers.
*/
[scriptable, uuid(0cf40717-d7c1-4a94-8c1e-d6c9734101bb)]
[scriptable, function, uuid(35412859-b9d9-423c-8866-2d4559fdd2be)]
interface nsIHttpHeaderVisitor : nsISupports
{
/**