Reduce code size and work done by do_GetInterface by removing unneeded inline nsCOMPtr. Pointed out by Bernard Alleysson <balleysson@bigfoot.com>. b=264456 r=darin

git-svn-id: svn://10.0.0.236/trunk@163833 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dbaron%dbaron.org
2004-10-15 18:03:35 +00:00
parent 49198d090c
commit 7e3435e8aa

View File

@@ -68,7 +68,7 @@ class NS_COM nsGetInterface : public nsCOMPtr_helper
virtual nsresult NS_FASTCALL operator()( const nsIID&, void** ) const;
private:
nsCOMPtr<nsISupports> mSource;
nsISupports* mSource;
nsresult* mErrorPtr;
};