X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FSource%2Fcore%2Fdom%2FExceptionCode.h;h=be3bf07856a7842ebfab3e520ae18e5c5d6bf47f;hb=004985e17e624662a4c85c76a7654039dc83f028;hp=4dc428a5a837428b8f751e48cf694ade7b8e1e68;hpb=2f108dbacb161091e42a3479f4e171339b7e7623;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/Source/core/dom/ExceptionCode.h b/src/third_party/WebKit/Source/core/dom/ExceptionCode.h index 4dc428a..be3bf07 100644 --- a/src/third_party/WebKit/Source/core/dom/ExceptionCode.h +++ b/src/third_party/WebKit/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,