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/web/01_dom_exception.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/web/01_dom_exception.js') diff --git a/ext/web/01_dom_exception.js b/ext/web/01_dom_exception.js index 54d47beaf..d876d90a6 100644 --- a/ext/web/01_dom_exception.js +++ b/ext/web/01_dom_exception.js @@ -170,7 +170,7 @@ ObjectDefineProperty(DOMException.prototype, "__callSiteEvals", { ObjectSetPrototypeOf(DOMException.prototype, ErrorPrototype); -webidl.configurePrototype(DOMException); +webidl.configureInterface(DOMException); const DOMExceptionPrototype = DOMException.prototype; const entries = ObjectEntries({ -- cgit v1.2.3