| Index: Source/modules/crypto/CryptoResultImpl.cpp
|
| diff --git a/Source/modules/crypto/CryptoResultImpl.cpp b/Source/modules/crypto/CryptoResultImpl.cpp
|
| index 40786c066624c10f59529590b8b59c40290b4f3d..2360727a13a91f34ae1e4352523c2068b1c2c2e2 100644
|
| --- a/Source/modules/crypto/CryptoResultImpl.cpp
|
| +++ b/Source/modules/crypto/CryptoResultImpl.cpp
|
| @@ -71,7 +71,7 @@ public:
|
| return resolver.release();
|
| }
|
|
|
| - virtual void stop() override
|
| + void stop() override
|
| {
|
| m_result->cancel();
|
| m_result->clearResolver();
|
|
|