summaryrefslogtreecommitdiffstats
path: root/WebCore/fileapi/Flags.idl
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/fileapi/Flags.idl')
-rw-r--r--WebCore/fileapi/Flags.idl3
1 files changed, 2 insertions, 1 deletions
diff --git a/WebCore/fileapi/Flags.idl b/WebCore/fileapi/Flags.idl
index 29658a1..88cede3 100644
--- a/WebCore/fileapi/Flags.idl
+++ b/WebCore/fileapi/Flags.idl
@@ -31,7 +31,8 @@
module storage {
interface [
Conditional=FILE_SYSTEM,
- CanBeConstructed
+ CanBeConstructed,
+ NoStaticTables
] Flags {
attribute boolean create;
attribute boolean exclusive;