Chromium Code Reviews| Index: Source/modules/crypto/CryptoResultImpl.h |
| diff --git a/Source/modules/crypto/CryptoResultImpl.h b/Source/modules/crypto/CryptoResultImpl.h |
| index 3ea352cb662d7b5bb8d5a35704e30b9bfeaeb49d..168e576817a29d25708a1ef6bda355daf2806296 100644 |
| --- a/Source/modules/crypto/CryptoResultImpl.h |
| +++ b/Source/modules/crypto/CryptoResultImpl.h |
| @@ -77,7 +77,7 @@ private: |
| void cancel(); |
| - WeakPtr<ScriptPromiseResolver> m_resolver; |
| + RefPtr<ScriptPromiseResolver> m_resolver; |
| volatile int m_cancelled; |
| }; |