Made some DOM fields private.

Relevant to #2242.
This commit is contained in:
ProgramFOX 2014-09-26 20:35:01 +02:00
parent ab17d31bbf
commit 71a05a9c39
103 changed files with 103 additions and 103 deletions

View file

@ -25,7 +25,7 @@ pub struct NodeList {
}
impl NodeList {
pub fn new_inherited(list_type: NodeListType) -> NodeList {
fn new_inherited(list_type: NodeListType) -> NodeList {
NodeList {
list_type: list_type,
reflector_: Reflector::new(),