Index: Source/core/dom/DOMException.cpp |
diff --git a/Source/core/dom/DOMException.cpp b/Source/core/dom/DOMException.cpp |
index 348a94e98d314f4ed504503d69b774f1adbebf98..ebb5b209f6c7a3b87d5232a9cb57cb1c7fef6dfc 100644 |
--- a/Source/core/dom/DOMException.cpp |
+++ b/Source/core/dom/DOMException.cpp |
@@ -33,7 +33,7 @@ |
namespace WebCore { |
-static struct CoreException { |
+static const struct CoreException { |
const char* const name; |
const char* const message; |
const int code; |