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.idl3
1 files changed, 2 insertions, 1 deletions
diff --git a/WebCore/storage/SQLTransaction.idl b/WebCore/storage/SQLTransaction.idl
index 7d694e8..4e353d3 100644
--- a/WebCore/storage/SQLTransaction.idl
+++ b/WebCore/storage/SQLTransaction.idl
@@ -30,7 +30,8 @@ module storage {
interface [
Conditional=DATABASE,
- OmitConstructor
+ OmitConstructor,
+ NoStaticTables
] SQLTransaction {
[Custom] void executeSql(in DOMString sqlStatement, in ObjectArray arguments, in SQLStatementCallback callback, in SQLStatementErrorCallback errorCallback);
};