diff options
Diffstat (limited to 'components/script/dom/subtlecrypto.rs')
-rw-r--r-- | components/script/dom/subtlecrypto.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/subtlecrypto.rs b/components/script/dom/subtlecrypto.rs index 583e3d0eb01..fe37f7d724c 100644 --- a/components/script/dom/subtlecrypto.rs +++ b/components/script/dom/subtlecrypto.rs @@ -153,7 +153,7 @@ impl SubtleCrypto { } } -impl SubtleCryptoMethods for SubtleCrypto { +impl SubtleCryptoMethods<crate::DomTypeHolder> for SubtleCrypto { /// <https://w3c.github.io/webcrypto/#SubtleCrypto-method-encrypt> fn Encrypt( &self, |