Properly generate proxy stringifiers

This commit is contained in:
Anthony Ramine 2015-04-29 15:31:06 +02:00
parent adec683333
commit 2a2e8b176d
3 changed files with 3 additions and 22 deletions

View file

@ -53,7 +53,7 @@ impl<'a> LocationMethods for JSRef<'a, Location> {
}
// https://url.spec.whatwg.org/#URLUtils-stringification-behavior
fn Stringify(self) -> DOMString {
fn Stringifier(self) -> DOMString {
self.Href().0
}