Bug 1122986 - Mark nsQueryElementAt::mCollection as non-owning; r=froydnj

This commit is contained in:
Ehsan Akhgari 2015-01-17 19:29:09 -05:00
parent 5e8e593966
commit 4302209514

View File

@ -45,7 +45,7 @@ class nsQueryElementAt : public nsCOMPtr_helper
virtual nsresult NS_FASTCALL operator()( const nsIID& aIID, void** ) const;
private:
nsICollection* mCollection;
nsICollection* MOZ_NON_OWNING_REF mCollection;
uint32_t mIndex;
nsresult* mErrorPtr;
};