Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / webkit / browser / fileapi / plugin_private_file_system_backend.cc
index 2ea302f..78900a8 100644 (file)
@@ -98,7 +98,7 @@ PluginPrivateFileSystemBackend::PluginPrivateFileSystemBackend(
   file_util_.reset(
       new AsyncFileUtilAdapter(new ObfuscatedFileUtil(
           special_storage_policy,
-          base_path_,
+          base_path_, file_system_options.env_override(),
           file_task_runner,
           base::Bind(&FileSystemIDToPluginMap::GetPluginIDForURL,
                      base::Owned(plugin_map_)),