| Index: content/browser/renderer_host/render_widget_host_impl.cc
|
| diff --git a/content/browser/renderer_host/render_widget_host_impl.cc b/content/browser/renderer_host/render_widget_host_impl.cc
|
| index 33282e693ef3118b716b7ce635caf5a4f4da0e6b..a33e65d77fa932fce657d7463b9da370d00542c5 100644
|
| --- a/content/browser/renderer_host/render_widget_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_widget_host_impl.cc
|
| @@ -2509,6 +2509,7 @@ void RenderWidgetHostImpl::GrantFileAccessFromDropData(DropData* drop_data) {
|
| GURL(storage::GetIsolatedFileSystemRootURIString(
|
| file_system_url.origin(), filesystem_id, std::string())
|
| .append(register_name));
|
| + file_system_file.filesystem_id = filesystem_id;
|
| }
|
| }
|
|
|
|
|