summaryrefslogtreecommitdiffstats
path: root/WebCore/fileapi/DOMFileSystem.idl
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/fileapi/DOMFileSystem.idl')
-rw-r--r--WebCore/fileapi/DOMFileSystem.idl3
1 files changed, 2 insertions, 1 deletions
diff --git a/WebCore/fileapi/DOMFileSystem.idl b/WebCore/fileapi/DOMFileSystem.idl
index b7307e2..037770b 100644
--- a/WebCore/fileapi/DOMFileSystem.idl
+++ b/WebCore/fileapi/DOMFileSystem.idl
@@ -30,7 +30,8 @@
module storage {
interface [
- Conditional=FILE_SYSTEM
+ Conditional=FILE_SYSTEM,
+ NoStaticTables
] DOMFileSystem {
readonly attribute DOMString name;
readonly attribute DirectoryEntry root;