summaryrefslogtreecommitdiffstats
path: root/WebCore/storage/SQLResultSet.idl
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/storage/SQLResultSet.idl')
-rw-r--r--WebCore/storage/SQLResultSet.idl3
1 files changed, 2 insertions, 1 deletions
diff --git a/WebCore/storage/SQLResultSet.idl b/WebCore/storage/SQLResultSet.idl
index 1db07cd..c98fff6 100644
--- a/WebCore/storage/SQLResultSet.idl
+++ b/WebCore/storage/SQLResultSet.idl
@@ -29,7 +29,8 @@
module storage {
interface [
- Conditional=DATABASE
+ Conditional=DATABASE,
+ OmitConstructor
] SQLResultSet {
readonly attribute SQLResultSetRowList rows;