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.idl7
1 files changed, 4 insertions, 3 deletions
diff --git a/WebCore/fileapi/Flags.idl b/WebCore/fileapi/Flags.idl
index cfe73d2..29658a1 100644
--- a/WebCore/fileapi/Flags.idl
+++ b/WebCore/fileapi/Flags.idl
@@ -30,9 +30,10 @@
module storage {
interface [
- Conditional=FILE_SYSTEM
+ Conditional=FILE_SYSTEM,
+ CanBeConstructed
] Flags {
- attribute boolean CREATE;
- attribute boolean EXCLUSIVE;
+ attribute boolean create;
+ attribute boolean exclusive;
};
}