summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/Crypto/SubtleCrypto.h
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/Libraries/LibWeb/Crypto/SubtleCrypto.h')
-rw-r--r--Userland/Libraries/LibWeb/Crypto/SubtleCrypto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Userland/Libraries/LibWeb/Crypto/SubtleCrypto.h b/Userland/Libraries/LibWeb/Crypto/SubtleCrypto.h
index 5fca39d5f8..23a07eb649 100644
--- a/Userland/Libraries/LibWeb/Crypto/SubtleCrypto.h
+++ b/Userland/Libraries/LibWeb/Crypto/SubtleCrypto.h
@@ -23,6 +23,7 @@ public:
private:
explicit SubtleCrypto(JS::Realm&);
+ virtual void initialize(JS::Realm&) override;
};
}