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