Use DOMString more consistently.

This commit is contained in:
Ms2ger 2014-02-13 19:32:59 +01:00
parent a0a61fe976
commit 0f5c9a35b9
76 changed files with 161 additions and 146 deletions

View file

@ -12,7 +12,7 @@ pub struct HTMLMediaElement {
}
impl HTMLMediaElement {
pub fn new_inherited(type_id: ElementTypeId, tag_name: ~str, document: AbstractDocument) -> HTMLMediaElement {
pub fn new_inherited(type_id: ElementTypeId, tag_name: DOMString, document: AbstractDocument) -> HTMLMediaElement {
HTMLMediaElement {
htmlelement: HTMLElement::new_inherited(type_id, tag_name, document)
}