summaryrefslogtreecommitdiffstats
path: root/dom/url/URL.h
diff options
context:
space:
mode:
Diffstat (limited to 'dom/url/URL.h')
-rw-r--r--dom/url/URL.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/dom/url/URL.h b/dom/url/URL.h
index 16b4678ba..45e4dd289 100644
--- a/dom/url/URL.h
+++ b/dom/url/URL.h
@@ -155,6 +155,12 @@ public:
GetHref(aRetval, aRv);
}
+ void
+ ToJSON(nsAString& aResult, ErrorResult& aRv) const
+ {
+ GetHref(aResult, aRv);
+ }
+
// URLSearchParamsObserver
void
URLSearchParamsUpdated(URLSearchParams* aSearchParams) override;