Chromium Code Reviews| Index: Source/modules/crypto/CryptoResultImpl.h |
| diff --git a/Source/modules/crypto/CryptoResultImpl.h b/Source/modules/crypto/CryptoResultImpl.h |
| index 707b546655a26775545497ca542b905394587e5a..a363e9e69c0fd0d6acbce8f8b1855425beba6788 100644 |
| --- a/Source/modules/crypto/CryptoResultImpl.h |
| +++ b/Source/modules/crypto/CryptoResultImpl.h |
| @@ -60,6 +60,7 @@ private: |
| CryptoResultImpl(); |
| void finish(); |
| + ScriptPromise m_promise; |
|
abarth-chromium
2013/10/11 18:18:02
Does this create a memory leak? If CryptoResult i
yhirano
2013/10/14 02:49:53
Done.
|
| RefPtr<ScriptPromiseResolver> m_promiseResolver; |
| bool m_finished; |
| }; |