Index: Source/modules/crypto/AesKeyGenParams.h |
diff --git a/Source/modules/crypto/AesKeyGenParams.h b/Source/modules/crypto/AesKeyGenParams.h |
index f72711452f07ab5fa832079965802e5bb1051d49..ac29f170c1fe56fa973ae1306901ba60f368476a 100644 |
--- a/Source/modules/crypto/AesKeyGenParams.h |
+++ b/Source/modules/crypto/AesKeyGenParams.h |
@@ -36,6 +36,8 @@ |
namespace WebCore { |
+typedef int ExceptionCode; |
+ |
class AesKeyGenParams : public Algorithm { |
public: |
static PassRefPtr<AesKeyGenParams> create(const WebKit::WebCryptoAlgorithm& algorithm) { return adoptRef(new AesKeyGenParams(algorithm)); } |