summaryrefslogtreecommitdiff
path: root/ext/crypto/01_webidl.js
diff options
context:
space:
mode:
authorFilip Skokan <panva.ip@gmail.com>2022-03-11 15:05:40 +0100
committerGitHub <noreply@github.com>2022-03-11 19:35:40 +0530
commit6ecadf63982ef61b57f73faefdd942dc41f84ee6 (patch)
tree4a1f2c02bcefe6291c203c29df713f12cf983602 /ext/crypto/01_webidl.js
parent47f22777beb7eb98a07fa56fbbd40ab5c1fa231e (diff)
fix(ext/crypto): use EcKeyImportParams dictionary (#13894)
Diffstat (limited to 'ext/crypto/01_webidl.js')
-rw-r--r--ext/crypto/01_webidl.js12
1 files changed, 0 insertions, 12 deletions
diff --git a/ext/crypto/01_webidl.js b/ext/crypto/01_webidl.js
index 05c79373c..35c16d913 100644
--- a/ext/crypto/01_webidl.js
+++ b/ext/crypto/01_webidl.js
@@ -153,18 +153,6 @@
webidl.converters.EcKeyGenParams = webidl
.createDictionaryConverter("EcKeyGenParams", dictEcKeyGenParams);
- const dictEcImportParams = [
- ...new SafeArrayIterator(dictAlgorithm),
- {
- key: "namedCurve",
- converter: webidl.converters.NamedCurve,
- required: true,
- },
- ];
-
- webidl.converters.EcImportParams = webidl
- .createDictionaryConverter("EcImportParams", dictEcImportParams);
-
const dictAesKeyGenParams = [
...new SafeArrayIterator(dictAlgorithm),
{