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, 2 insertions, 2 deletions
diff --git a/WebCore/storage/SQLResultSet.idl b/WebCore/storage/SQLResultSet.idl
index fbad936..e0d72c9 100644
--- a/WebCore/storage/SQLResultSet.idl
+++ b/WebCore/storage/SQLResultSet.idl
@@ -31,8 +31,8 @@ module storage {
interface SQLResultSet {
readonly attribute SQLResultSetRowList rows;
- readonly attribute int insertId
+ readonly attribute long insertId
getter raises(DOMException);
- readonly attribute int rowsAffected;
+ readonly attribute long rowsAffected;
};
}