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