| Index: Source/modules/crypto/CryptoResultImpl.h
|
| diff --git a/Source/modules/crypto/CryptoResultImpl.h b/Source/modules/crypto/CryptoResultImpl.h
|
| index 117d6863218e978dd4a3a98503119949265fe4c7..7011033503d837b568ba282af2a2e480704d9111 100644
|
| --- a/Source/modules/crypto/CryptoResultImpl.h
|
| +++ b/Source/modules/crypto/CryptoResultImpl.h
|
| @@ -32,6 +32,7 @@
|
| #define CryptoResultImpl_h
|
|
|
| #include "bindings/v8/ScriptPromise.h"
|
| +#include "core/dom/AsyncInitializerResolver.h"
|
| #include "platform/CryptoResult.h"
|
| #include "public/platform/WebCrypto.h"
|
| #include "wtf/Forward.h"
|
| @@ -66,9 +67,9 @@ public:
|
|
|
| private:
|
| explicit CryptoResultImpl(ScriptState*);
|
| + class Initializer;
|
|
|
| - class PromiseState;
|
| - WeakPtr<PromiseState> m_promiseState;
|
| + WeakPtr<AsyncInitializerResolver<Initializer> > m_resolver;
|
| };
|
|
|
| } // namespace WebCore
|
|
|