Index: Source/core/dom/DOMException.cpp |
diff --git a/Source/core/dom/DOMException.cpp b/Source/core/dom/DOMException.cpp |
index def6dbb5622f9ccdc57d3f109293bd157912a193..4289a5544e206d8e764f6fb96dda2b1047f5f208 100644 |
--- a/Source/core/dom/DOMException.cpp |
+++ b/Source/core/dom/DOMException.cpp |
@@ -79,6 +79,9 @@ static const struct CoreException { |
// Web Crypto |
{ "OperationError", "The operation failed for an operation-specific reason", 0 }, |
+ |
+ // Push API |
+ { "PermissionDeniedError", "User or security policy denied the request.", 0 }, |
}; |
static const CoreException* getErrorEntry(ExceptionCode ec) |