Updated documentation to be clear about ownership model of the parentURIContentListener.

This commit is contained in:
tbogard%aol.net 2000-04-02 20:31:12 +00:00
Родитель ee9a0052d1
Коммит afb0749506
1 изменённых файлов: 2 добавлений и 1 удалений

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

@ -116,7 +116,8 @@ interface nsIDocShell : nsISupports
attribute nsIChromeEventHandler chromeEventHandler;
/*
URI content listener parent
URI content listener parent. This is not refcounted and is assumed to be
nulled out by the parent when the parent is going away.
*/
attribute nsIURIContentListener parentURIContentListener;