| Index: Source/modules/crypto/CryptoOperation.h
|
| diff --git a/Source/modules/crypto/CryptoOperation.h b/Source/modules/crypto/CryptoOperation.h
|
| index cd8d3cf18a7143840f069bc7cf333d8276edb9bb..b26974dd9d66ca0e49bb83757d9af6833406e7f9 100644
|
| --- a/Source/modules/crypto/CryptoOperation.h
|
| +++ b/Source/modules/crypto/CryptoOperation.h
|
| @@ -44,6 +44,8 @@ namespace WebCore {
|
|
|
| class ScriptPromiseResolver;
|
|
|
| +typedef int ExceptionCode;
|
| +
|
| class CryptoOperation : public ScriptWrappable, public RefCounted<CryptoOperation> {
|
| public:
|
| ~CryptoOperation();
|
|
|