зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1122999 - Mark the fOuter member defined by NS_DECL_AGGREGATED as unsafe; r=froydnj
This commit is contained in:
Родитель
f555db9bc7
Коммит
4f8f88a90d
|
@ -63,7 +63,12 @@ private: \
|
|||
\
|
||||
friend class Internal; \
|
||||
\
|
||||
nsISupports* fOuter; \
|
||||
nsISupports* MOZ_UNSAFE_REF("fOuter can either point to fAggregated " \
|
||||
"or to an outer object, and the safety " \
|
||||
"of this reference depends on the exact " \
|
||||
"lifetime semantics of the AddRef/Release " \
|
||||
"functions created by these macros.") \
|
||||
fOuter; \
|
||||
Internal fAggregated; \
|
||||
\
|
||||
public: \
|
||||
|
|
Загрузка…
Ссылка в новой задаче