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.idl4
1 files changed, 3 insertions, 1 deletions
diff --git a/WebCore/storage/SQLResultSet.idl b/WebCore/storage/SQLResultSet.idl
index e0d72c9..1db07cd 100644
--- a/WebCore/storage/SQLResultSet.idl
+++ b/WebCore/storage/SQLResultSet.idl
@@ -28,7 +28,9 @@
module storage {
- interface SQLResultSet {
+ interface [
+ Conditional=DATABASE
+ ] SQLResultSet {
readonly attribute SQLResultSetRowList rows;
readonly attribute long insertId