| Index: Source/modules/crypto/CryptoKey.cpp
|
| diff --git a/Source/modules/crypto/CryptoKey.cpp b/Source/modules/crypto/CryptoKey.cpp
|
| index 98b5597680063c38ced2547d81f75a8c1232877e..3b04d471b83cc846167f402e34b2742a42a2bd50 100644
|
| --- a/Source/modules/crypto/CryptoKey.cpp
|
| +++ b/Source/modules/crypto/CryptoKey.cpp
|
| @@ -99,6 +99,7 @@ WebCryptoKeyUsageMask keyUsageStringToMask(const String& usageString)
|
| }
|
|
|
| class DictionaryBuilder : public WebCryptoKeyAlgorithmDictionary {
|
| + STACK_ALLOCATED();
|
| public:
|
| explicit DictionaryBuilder(V8ObjectBuilder& builder)
|
| : m_builder(builder)
|
|
|