Replace uses of deprecated NS_IMPL_ISUPPORTS and NS_IMPL_QUERYINTERFACE macros with NS_IMPL_{ISUPPORTS,QUERYINTERFACE}{1,0}. r=jag rs=brendan b=45797
This commit is contained in:
@@ -104,7 +104,7 @@ nsHTMLURIRefObject::~nsHTMLURIRefObject()
|
||||
}
|
||||
|
||||
//Interfaces for addref and release and queryinterface
|
||||
NS_IMPL_ISUPPORTS(nsHTMLURIRefObject, NS_GET_IID(nsIURIRefObject))
|
||||
NS_IMPL_ISUPPORTS1(nsHTMLURIRefObject, nsIURIRefObject)
|
||||
|
||||
NS_IMETHODIMP
|
||||
nsHTMLURIRefObject::Reset()
|
||||
|
||||
Reference in New Issue
Block a user