diff options
Diffstat (limited to 'WebCore/fileapi/EntryArray.idl')
-rw-r--r-- | WebCore/fileapi/EntryArray.idl | 1 |
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); |