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:
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user