made childCount readonly

This commit is contained in:
buster%netscape.com 1999-11-11 00:36:09 +00:00
parent 13e7b8c45a
commit e13da51859

View File

@ -37,7 +37,7 @@ interface nsIDocShellContainer : nsISupports
The current number of DocShells which are immediate children of the
current DocShell.
*/
attribute long childCount;
readonly attribute long childCount;
/*
Add a new child DocShell. Adds to the end of the list.