| Index: extensions/common/api/app_runtime.idl
|
| diff --git a/extensions/common/api/app_runtime.idl b/extensions/common/api/app_runtime.idl
|
| index 3ff0219752aae1e7e5f8f9978b18d135decc1da9..a6d459f530ab32a0544ee309a771d32424ed6a24 100644
|
| --- a/extensions/common/api/app_runtime.idl
|
| +++ b/extensions/common/api/app_runtime.idl
|
| @@ -9,7 +9,7 @@ namespace app.runtime {
|
|
|
| [inline_doc] dictionary LaunchItem {
|
| // Entry for the item.
|
| - [instanceOf=Entry] object entry;
|
| + [instanceOf=FileSystemEntry] object entry;
|
|
|
| // The MIME type of the file.
|
| DOMString? type;
|
|
|