diff options
Diffstat (limited to 'Source/WebCore/fileapi/EntryArray.idl')
-rw-r--r-- | Source/WebCore/fileapi/EntryArray.idl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/WebCore/fileapi/EntryArray.idl b/Source/WebCore/fileapi/EntryArray.idl index dca782743..324dbc68b 100644 --- a/Source/WebCore/fileapi/EntryArray.idl +++ b/Source/WebCore/fileapi/EntryArray.idl @@ -31,8 +31,8 @@ module storage { interface [ Conditional=FILE_SYSTEM, - HasIndexGetter, - NoStaticTables + IndexedGetter, + JSNoStaticTables ] EntryArray { readonly attribute unsigned long length; Entry item(in [IsIndex] unsigned long index); |