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

@ -31,7 +31,7 @@ impl HTMLInputElementDerived for EventTarget {
}
impl HTMLInputElement {
pub fn new_inherited(localName: DOMString, document: JSRef<Document>) -> HTMLInputElement {
fn new_inherited(localName: DOMString, document: JSRef<Document>) -> HTMLInputElement {
HTMLInputElement {
htmlelement: HTMLElement::new_inherited(HTMLInputElementTypeId, localName, document)
}