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

Unified Diff: Source/modules/crypto/AesCbcParams.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/core/inspector/InspectorDatabaseAgent.cpp ('k') | Source/modules/crypto/AesKeyGenParams.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)); }
« no previous file with comments | « Source/core/inspector/InspectorDatabaseAgent.cpp ('k') | Source/modules/crypto/AesKeyGenParams.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698