| 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,
|
|
|