Bug 1155475 - Mark nsINode::Slots::mWeakReference as MOZ_NON_OWNING_REF; r=baku

This commit is contained in:
Ehsan Akhgari 2015-04-16 21:32:15 -04:00
Родитель b4d32bd1d4
Коммит 74e1e2c975
1 изменённых файлов: 3 добавлений и 2 удалений

Просмотреть файл

@ -1048,9 +1048,10 @@ public:
nsChildContentList* mChildNodes;
/**
* Weak reference to this node
* Weak reference to this node. This is cleared by the destructor of
* nsNodeWeakReference.
*/
nsNodeWeakReference* mWeakReference;
nsNodeWeakReference* MOZ_NON_OWNING_REF mWeakReference;
};
/**