| Index: content/browser/fileapi/browser_file_system_helper.cc
|
| diff --git a/content/browser/fileapi/browser_file_system_helper.cc b/content/browser/fileapi/browser_file_system_helper.cc
|
| index c74b516ae40148f82fc78ffbd7f5f1776f320f8e..f8da5a6ad26f684a8592e39cfae1dc7ddd741780 100644
|
| --- a/content/browser/fileapi/browser_file_system_helper.cc
|
| +++ b/content/browser/fileapi/browser_file_system_helper.cc
|
| @@ -116,7 +116,7 @@ void SyncGetPlatformPath(storage::FileSystemContext* context,
|
| const GURL& path,
|
| base::FilePath* platform_path) {
|
| DCHECK(context->default_file_task_runner()->
|
| - RunsTasksOnCurrentThread());
|
| + RunsTasksInCurrentSequence());
|
| DCHECK(platform_path);
|
| *platform_path = base::FilePath();
|
| storage::FileSystemURL url(context->CrackURL(path));
|
|
|