diff options
Diffstat (limited to 'WebCore/html/File.idl')
-rw-r--r-- | WebCore/html/File.idl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/WebCore/html/File.idl b/WebCore/html/File.idl index 2632a4d..5626c8e 100644 --- a/WebCore/html/File.idl +++ b/WebCore/html/File.idl @@ -30,6 +30,9 @@ module html { GenerateToJS ] File : Blob { readonly attribute DOMString name; +#if defined(ENABLE_DIRECTORY_UPLOAD) && ENABLE_DIRECTORY_UPLOAD + readonly attribute DOMString webkitRelativePath; +#endif // FIXME: obsolete attributes. To be removed. readonly attribute DOMString fileName; |