diff options
Diffstat (limited to 'ext/webidl/internal.d.ts')
-rw-r--r-- | ext/webidl/internal.d.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/webidl/internal.d.ts b/ext/webidl/internal.d.ts index 38f176ab2..7f1f68282 100644 --- a/ext/webidl/internal.d.ts +++ b/ext/webidl/internal.d.ts @@ -543,7 +543,7 @@ declare module "ext:deno_webidl/00_webidl.js" { /** * Configure prototype properties enumerability / writability / configurability. */ - function configurePrototype(prototype: any); + function configureInterface(prototype: any); /** * Get the WebIDL / ES type of a value. |