summaryrefslogtreecommitdiffstats
path: root/WebCore/storage/SQLTransaction.idl
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/storage/SQLTransaction.idl')
-rw-r--r--WebCore/storage/SQLTransaction.idl4
1 files changed, 3 insertions, 1 deletions
diff --git a/WebCore/storage/SQLTransaction.idl b/WebCore/storage/SQLTransaction.idl
index 41436f1..5d4885c 100644
--- a/WebCore/storage/SQLTransaction.idl
+++ b/WebCore/storage/SQLTransaction.idl
@@ -28,7 +28,9 @@
module storage {
- interface SQLTransaction {
+ interface [
+ Conditional=DATABASE
+ ] SQLTransaction {
[Custom] void executeSql(in DOMString sqlStatement, in ObjectArray arguments, in SQLStatementCallback callback, in SQLStatementErrorCallback errorCallback);
};
}