Tidy fixes.

This commit is contained in:
Josh Matthews 2016-01-04 16:08:37 -05:00
parent f78d88acbe
commit 99f6fb34fc
3 changed files with 6 additions and 3 deletions

View file

@ -30,6 +30,7 @@ impl MediaError {
}
impl MediaErrorMethods for MediaError {
// https://html.spec.whatwg.org/multipage/#dom-mediaerror-code
fn Code(&self) -> u16 {
self.code
}