mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 22:32:46 +00:00
made childCount readonly
This commit is contained in:
parent
13e7b8c45a
commit
e13da51859
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user