mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Properly generate proxy stringifiers
This commit is contained in:
parent
adec683333
commit
2a2e8b176d
3 changed files with 3 additions and 22 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue