| Index: chrome/browser/download/download_commands.cc
|
| diff --git a/chrome/browser/download/download_commands.cc b/chrome/browser/download/download_commands.cc
|
| index a13139ac6a217221a98e8eccc5b8fbcd100df427..23fc29385a7a4000e31630e62ddab071b8189c08 100644
|
| --- a/chrome/browser/download/download_commands.cc
|
| +++ b/chrome/browser/download/download_commands.cc
|
| @@ -66,7 +66,7 @@ class ImageClipboardCopyManager : public ImageDecoder::ImageRequest {
|
|
|
| void StartDecoding() {
|
| DCHECK(content::BrowserThread::GetBlockingPool()->
|
| - RunsTasksOnCurrentThread());
|
| + RunsTasksInCurrentSequence());
|
|
|
| // Re-check the filesize since the file may be modified after downloaded.
|
| int64_t filesize;
|
|
|