| Index: webkit/tools/test_shell/simple_file_system.cc
|
| diff --git a/webkit/tools/test_shell/simple_file_system.cc b/webkit/tools/test_shell/simple_file_system.cc
|
| index 9272001eee585254aebb2794b8f9d677944d8d9e..cc332497e20e4a0895b67128858c8f8aa5482526 100644
|
| --- a/webkit/tools/test_shell/simple_file_system.cc
|
| +++ b/webkit/tools/test_shell/simple_file_system.cc
|
| @@ -65,7 +65,7 @@ void RegisterBlob(const GURL& blob_url, const FilePath& file_path) {
|
| net::GetWellKnownMimeTypeFromExtension(extension, &mime_type);
|
|
|
| BlobData::Item item;
|
| - item.SetToFile(file_path, 0, -1, base::Time());
|
| + item.SetToFilePathRange(file_path, 0, -1, base::Time());
|
| g_blob_storage_controller->StartBuildingBlob(blob_url);
|
| g_blob_storage_controller->AppendBlobDataItem(blob_url, item);
|
| g_blob_storage_controller->FinishBuildingBlob(blob_url, mime_type);
|
|
|