summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
Diffstat (limited to 'ext')
-rw-r--r--ext/crypto/00_crypto.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/crypto/00_crypto.js b/ext/crypto/00_crypto.js
index d88aef219..5189ea181 100644
--- a/ext/crypto/00_crypto.js
+++ b/ext/crypto/00_crypto.js
@@ -1211,7 +1211,7 @@ class SubtleCrypto {
const length = getKeyLength(normalizedDerivedKeyAlgorithmLength);
// 14.
- const secret = await this.deriveBits(
+ const secret = await deriveBits(
normalizedAlgorithm,
baseKey,
length,