summaryrefslogtreecommitdiff
path: root/Source/WebCore/storage/Database.idl
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/storage/Database.idl')
-rw-r--r--Source/WebCore/storage/Database.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/storage/Database.idl b/Source/WebCore/storage/Database.idl
index 7bf5a3a64..ddc544a86 100644
--- a/Source/WebCore/storage/Database.idl
+++ b/Source/WebCore/storage/Database.idl
@@ -31,7 +31,7 @@ module storage {
interface [
Conditional=SQL_DATABASE,
OmitConstructor,
- NoStaticTables
+ JSNoStaticTables
] Database {
readonly attribute DOMString version;
void changeVersion(in DOMString oldVersion, in DOMString newVersion, in [Callback, Optional] SQLTransactionCallback callback, in [Callback, Optional] SQLTransactionErrorCallback errorCallback, in [Callback, Optional] VoidCallback successCallback);