summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/dom/ExceptionCode.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/dom/ExceptionCode.h')
-rw-r--r--Source/WebCore/dom/ExceptionCode.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/WebCore/dom/ExceptionCode.h b/Source/WebCore/dom/ExceptionCode.h
index dd976c7..881c3a3 100644
--- a/Source/WebCore/dom/ExceptionCode.h
+++ b/Source/WebCore/dom/ExceptionCode.h
@@ -57,13 +57,13 @@ namespace WebCore {
NETWORK_ERR = 19,
ABORT_ERR = 20,
URL_MISMATCH_ERR = 21,
- QUOTA_EXCEEDED_ERR = 22,
+ QUOTA_EXCEEDED_ERR = 22
// Introduced in File API:
// http://www.w3.org/TR/file-upload/#dfn-fileerror
#if ENABLE(BLOB) || ENABLE(FILE_SYSTEM)
- NOT_READABLE_ERR = 24,
- ENCODING_ERR = 26,
+ , NOT_READABLE_ERR = 24
+ , ENCODING_ERR = 26
#endif
};