diff options
Diffstat (limited to 'ext/url/01_urlpattern.js')
-rw-r--r-- | ext/url/01_urlpattern.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/url/01_urlpattern.js b/ext/url/01_urlpattern.js index e6d21e49d..0cabccc1b 100644 --- a/ext/url/01_urlpattern.js +++ b/ext/url/01_urlpattern.js @@ -238,7 +238,7 @@ class URLPattern { } } -webidl.configurePrototype(URLPattern); +webidl.configureInterface(URLPattern); const URLPatternPrototype = URLPattern.prototype; webidl.converters.URLPatternInit = webidl |