summaryrefslogtreecommitdiffstats
path: root/WebCore/fileapi/Entry.idl
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/fileapi/Entry.idl')
-rw-r--r--WebCore/fileapi/Entry.idl3
1 files changed, 2 insertions, 1 deletions
diff --git a/WebCore/fileapi/Entry.idl b/WebCore/fileapi/Entry.idl
index b674455..d363bcd 100644
--- a/WebCore/fileapi/Entry.idl
+++ b/WebCore/fileapi/Entry.idl
@@ -31,7 +31,8 @@
module storage {
interface [
Conditional=FILE_SYSTEM,
- CustomToJS
+ CustomToJS,
+ NoStaticTables
] Entry {
readonly attribute boolean isFile;
readonly attribute boolean isDirectory;