Fixing bug 113008. Marking nsIDOMNodeFilter as a 'function' so that JS functions can be passed as nsIDOMNodeFilters. r=dbaron@fas.harvard.edu, sr=jband@netscape.com

This commit is contained in:
jst%netscape.com 2001-12-01 09:24:36 +00:00
parent 43092699dc
commit 25f910bd7e

View File

@ -36,7 +36,7 @@
#include "domstubs.idl"
[scriptable, uuid(e4723748-1dd1-11b2-8ee6-866a532a6237)]
[scriptable, function, uuid(e4723748-1dd1-11b2-8ee6-866a532a6237)]
// Introduced in DOM Level 2:
interface nsIDOMNodeFilter : nsISupports
{