| Index: content/common/file_system/webfilesystem_callback_dispatcher.cc
|
| ===================================================================
|
| --- content/common/file_system/webfilesystem_callback_dispatcher.cc (revision 78772)
|
| +++ content/common/file_system/webfilesystem_callback_dispatcher.cc (working copy)
|
| @@ -41,6 +41,8 @@
|
| web_file_info.type = WebFileInfo::TypeDirectory;
|
| else
|
| web_file_info.type = WebFileInfo::TypeFile;
|
| + web_file_info.platformPath =
|
| + webkit_glue::FilePathToWebString(file_info.path);
|
| callbacks_->didReadMetadata(web_file_info);
|
| }
|
|
|
|
|