| Index: core/fileapi/File.idl
|
| diff --git a/core/fileapi/File.idl b/core/fileapi/File.idl
|
| index bfdf6b1cc9bc1b76095b8c5db5f5ef9c250ea5fd..2d2ea186a0580f62ef89bf9578421e313ac5e0b5 100644
|
| --- a/core/fileapi/File.idl
|
| +++ b/core/fileapi/File.idl
|
| @@ -26,6 +26,6 @@
|
| interface File : Blob {
|
| readonly attribute DOMString name;
|
| readonly attribute Date lastModifiedDate;
|
| - [EnabledAtRuntime=directoryUpload] readonly attribute DOMString webkitRelativePath;
|
| + [EnabledAtRuntime=DirectoryUpload] readonly attribute DOMString webkitRelativePath;
|
| };
|
|
|
|
|