| Index: Source/core/dom/DOMException.cpp
|
| diff --git a/Source/core/dom/DOMException.cpp b/Source/core/dom/DOMException.cpp
|
| index 5db0d351315ac92c9998f27283bd0e7201fc8246..5c63ee04b84084327ed8d0a6c01ede0ac6b22448 100644
|
| --- a/Source/core/dom/DOMException.cpp
|
| +++ b/Source/core/dom/DOMException.cpp
|
| @@ -76,6 +76,9 @@ static const struct CoreException {
|
|
|
| // SQL
|
| { "DatabaseError", "The operation failed for some reason related to the database.", 0 },
|
| +
|
| + // Web Crypto
|
| + { "OperationError", "The operation failed for an operation-specific reason", 0 },
|
| };
|
|
|
| static const CoreException* getErrorEntry(ExceptionCode ec)
|
|
|