summaryrefslogtreecommitdiffstats
path: root/WebCore/storage/SQLException.idl
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/storage/SQLException.idl')
-rw-r--r--WebCore/storage/SQLException.idl3
1 files changed, 2 insertions, 1 deletions
diff --git a/WebCore/storage/SQLException.idl b/WebCore/storage/SQLException.idl
index 9830142..cbbc311 100644
--- a/WebCore/storage/SQLException.idl
+++ b/WebCore/storage/SQLException.idl
@@ -32,7 +32,8 @@ module storage {
interface [
Conditional=DATABASE,
- NoStaticTables
+ NoStaticTables,
+ DontCheckEnums
] SQLException {
readonly attribute unsigned long code;
readonly attribute DOMString message;