summaryrefslogtreecommitdiffstats
path: root/WebCore/fileapi/EntryArray.idl
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/fileapi/EntryArray.idl')
-rw-r--r--WebCore/fileapi/EntryArray.idl1
1 files changed, 1 insertions, 0 deletions
diff --git a/WebCore/fileapi/EntryArray.idl b/WebCore/fileapi/EntryArray.idl
index e987ece..dca7827 100644
--- a/WebCore/fileapi/EntryArray.idl
+++ b/WebCore/fileapi/EntryArray.idl
@@ -32,6 +32,7 @@ module storage {
interface [
Conditional=FILE_SYSTEM,
HasIndexGetter,
+ NoStaticTables
] EntryArray {
readonly attribute unsigned long length;
Entry item(in [IsIndex] unsigned long index);