diff options
Diffstat (limited to 'WebCore/dom/ExceptionCode.h')
-rw-r--r-- | WebCore/dom/ExceptionCode.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/WebCore/dom/ExceptionCode.h b/WebCore/dom/ExceptionCode.h index 58b18e2..573fb36 100644 --- a/WebCore/dom/ExceptionCode.h +++ b/WebCore/dom/ExceptionCode.h @@ -77,6 +77,7 @@ namespace WebCore { struct ExceptionCodeDescription { const char* typeName; // has spaces and is suitable for use in exception description strings; maximum length is 10 characters const char* name; // exception name, also intended for use in exception description strings; 0 if name not known; maximum length is 27 characters + const char* description; // exception description, intended for use in exception strings; more readable explanation of error int code; // numeric value of the exception within a particular type ExceptionType type; }; |