Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1584)

Unified Diff: Source/modules/crypto/AesKeyGenParams.h

Issue 19724003: Revert "Transition modules/** to use ExceptionState" (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/modules/crypto/AesCbcParams.h ('k') | Source/modules/crypto/Crypto.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)); }
« no previous file with comments | « Source/modules/crypto/AesCbcParams.h ('k') | Source/modules/crypto/Crypto.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698