Fixing bustage. r=Pike, sr=jst.

git-svn-id: svn://10.0.0.236/trunk@95120 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
peterv%netscape.com 2001-05-16 11:18:18 +00:00
parent 9c1d8c62c6
commit 1d07aed984
3 changed files with 5 additions and 2 deletions

View File

@ -40,6 +40,7 @@ NS_CLASSINFO_MAP_END
// QueryInterface implementation for XPathProcessor
NS_INTERFACE_MAP_BEGIN(XPathProcessor)
NS_INTERFACE_MAP_ENTRY(nsIXPathNodeSelector)
NS_INTERFACE_MAP_ENTRY(nsISupports)
NS_INTERFACE_MAP_ENTRY_DOM_CLASSINFO(XPathProcessor)
NS_INTERFACE_MAP_END

View File

@ -38,6 +38,7 @@ NS_CLASSINFO_MAP_END
// QueryInterface implementation for nsNodeSet
NS_INTERFACE_MAP_BEGIN(nsNodeSet)
NS_INTERFACE_MAP_ENTRY(nsIDOMNodeList)
NS_INTERFACE_MAP_ENTRY(nsISupports)
NS_INTERFACE_MAP_ENTRY_DOM_CLASSINFO(NodeSet)
NS_INTERFACE_MAP_END

View File

@ -38,7 +38,7 @@
* Olivier Gerardin
* -- Changed behavior of passing parameters to templates
*
* $Id: XSLTProcessor.cpp,v 1.47 2001-05-15 20:34:58 peterv%netscape.com Exp $
* $Id: XSLTProcessor.cpp,v 1.48 2001-05-16 11:18:18 peterv%netscape.com Exp $
*/
#include "XSLTProcessor.h"
@ -73,7 +73,7 @@
/**
* XSLTProcessor is a class for Processing XSL stylesheets
* @author <a href="mailto:kvisco@ziplink.net">Keith Visco</a>
* @version $Revision: 1.47 $ $Date: 2001-05-15 20:34:58 $
* @version $Revision: 1.48 $ $Date: 2001-05-16 11:18:18 $
**/
/**
@ -149,6 +149,7 @@ NS_CLASSINFO_MAP_END
// QueryInterface implementation for XSLTProcessor
NS_INTERFACE_MAP_BEGIN(XSLTProcessor)
NS_INTERFACE_MAP_ENTRY(nsIDocumentTransformer)
NS_INTERFACE_MAP_ENTRY(nsISupports)
NS_INTERFACE_MAP_ENTRY_DOM_CLASSINFO(XSLTProcessor)
NS_INTERFACE_MAP_END