aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/location.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/dom/location.rs')
-rw-r--r--components/script/dom/location.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/location.rs b/components/script/dom/location.rs
index 97da0a3066a..20ead7dc298 100644
--- a/components/script/dom/location.rs
+++ b/components/script/dom/location.rs
@@ -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
}