From 2665ca103e64ae07d7c29d3400d0c37ec691ff50 Mon Sep 17 00:00:00 2001 From: Luca Casonato Date: Tue, 10 Oct 2023 12:01:01 +0900 Subject: fix(ext/web): writability of `ReadableStream.from` (#20836) Fixes a WPT in `URL` and `ReadableStream`. Some unrelated WPT expectation changes due to WPT update. --- ext/url/00_url.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ext/url/00_url.js') 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; /** -- cgit v1.2.3