| Index: ppapi/api/ppb_file_system.idl
|
| diff --git a/ppapi/api/ppb_file_system.idl b/ppapi/api/ppb_file_system.idl
|
| index cd15cc86e120f9b3e38b533e1011de208cdb1387..c66b6a1092e1ba38e105616b960c5e475195add0 100644
|
| --- a/ppapi/api/ppb_file_system.idl
|
| +++ b/ppapi/api/ppb_file_system.idl
|
| @@ -23,8 +23,8 @@ interface PPB_FileSystem {
|
| * @param[in] instance A <code>PP_Instance</code> identifying the instance
|
| * with the file.
|
| * @param[in] type A file system type as defined by
|
| - * <code>PP_FileSystemType</code> enum.
|
| - *
|
| + * <code>PP_FileSystemType</code> enum (except PP_FILESYSTEMTYPE_ISOLATED,
|
| + * which is currently not supported).
|
| * @return A <code>PP_Resource</code> corresponding to a file system if
|
| * successful.
|
| */
|
|
|