summaryrefslogtreecommitdiff
path: root/ext/url/00_url.js
diff options
context:
space:
mode:
Diffstat (limited to 'ext/url/00_url.js')
-rw-r--r--ext/url/00_url.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/url/00_url.js b/ext/url/00_url.js
index 65cde2ce2..ce366a27a 100644
--- a/ext/url/00_url.js
+++ b/ext/url/00_url.js
@@ -324,7 +324,7 @@ class URLSearchParams {
webidl.mixinPairIterable("URLSearchParams", URLSearchParams, _list, 0, 1);
-webidl.configurePrototype(URLSearchParams);
+webidl.configureInterface(URLSearchParams);
const URLSearchParamsPrototype = URLSearchParams.prototype;
webidl.converters["URLSearchParams"] = webidl.createInterfaceConverter(
@@ -806,7 +806,7 @@ class URL {
}
}
-webidl.configurePrototype(URL);
+webidl.configureInterface(URL);
const URLPrototype = URL.prototype;
/**