Document null pointer handling. b=326646 r=sicking sr=peterv

This commit is contained in:
dbaron%dbaron.org 2006-02-14 23:30:40 +00:00
parent 3af0d57671
commit 85bbf2fc78

View File

@ -84,6 +84,8 @@ public:
* closure of |AppendReachableList|.
*
* This will only be called on objects that are returned by GetSCCIndex.
*
* null pointers may be appended; they will be ignored by the caller.
*/
virtual void AppendReachableList(nsCOMArray<nsIDOMGCParticipant>& aArray) = 0;
};