aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/script/dom/htmlvideoelement.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/script/dom/htmlvideoelement.rs')
-rw-r--r--src/components/script/dom/htmlvideoelement.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/script/dom/htmlvideoelement.rs b/src/components/script/dom/htmlvideoelement.rs
index 690fec3956f..3ab2c780a66 100644
--- a/src/components/script/dom/htmlvideoelement.rs
+++ b/src/components/script/dom/htmlvideoelement.rs
@@ -55,7 +55,7 @@ impl HTMLVideoElement {
~""
}
- pub fn SetPoster(&mut self, _poster: &DOMString) -> ErrorResult {
+ pub fn SetPoster(&mut self, _poster: DOMString) -> ErrorResult {
Ok(())
}
}