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

Unified Diff: Source/core/dom/ExceptionCode.h

Issue 258203003: [webcrypto] Define the DOMException OperationError. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase, just in case... Created 6 years, 8 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/dom/DOMException.cpp ('k') | Source/modules/crypto/CryptoResultImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/ExceptionCode.h
diff --git a/Source/core/dom/ExceptionCode.h b/Source/core/dom/ExceptionCode.h
index 4dc428a5a837428b8f751e48cf694ade7b8e1e68..be3bf07856a7842ebfab3e520ae18e5c5d6bf47f 100644
--- a/Source/core/dom/ExceptionCode.h
+++ b/Source/core/dom/ExceptionCode.h
@@ -78,6 +78,9 @@ namespace WebCore {
// SQL
SQLDatabaseError, // Naming conflict with DatabaseError class.
+ // Web Crypto
+ OperationError,
+
// WebIDL exception types, handled by the binding layer.
// FIXME: Add GeneralError, EvalError, etc. when implemented in the bindings.
TypeError,
« no previous file with comments | « Source/core/dom/DOMException.cpp ('k') | Source/modules/crypto/CryptoResultImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698