mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1123098 - Mark two members of nsCOMPtr_helper classes as non-owning; r=froydnj
This commit is contained in:
parent
bff7b1f7c4
commit
8fb654f8ea
@ -25,7 +25,7 @@ public:
|
||||
virtual nsresult NS_FASTCALL operator()(const nsIID& aIID, void**) const;
|
||||
|
||||
private:
|
||||
nsIArray* mArray;
|
||||
nsIArray* MOZ_NON_OWNING_REF mArray;
|
||||
uint32_t mIndex;
|
||||
nsresult* mErrorPtr;
|
||||
};
|
||||
|
@ -42,7 +42,7 @@ public:
|
||||
virtual nsresult NS_FASTCALL operator()(const nsIID& aIID, void**) const;
|
||||
|
||||
private:
|
||||
nsIWeakReference* mWeakPtr;
|
||||
nsIWeakReference* MOZ_NON_OWNING_REF mWeakPtr;
|
||||
nsresult* mErrorPtr;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user