| Index: third_party/WebKit/Source/modules/filesystem/DOMFileSystem.h
|
| diff --git a/third_party/WebKit/Source/modules/filesystem/DOMFileSystem.h b/third_party/WebKit/Source/modules/filesystem/DOMFileSystem.h
|
| index dfa990e3bf911188dfb8fcfb8317d72326501226..60170324d7282eb8d5950c59e7635dafc7e0b399 100644
|
| --- a/third_party/WebKit/Source/modules/filesystem/DOMFileSystem.h
|
| +++ b/third_party/WebKit/Source/modules/filesystem/DOMFileSystem.h
|
| @@ -89,11 +89,7 @@ class MODULES_EXPORT DOMFileSystem final
|
| // Schedule a callback. This should not cross threads (should be called on the
|
| // same context thread).
|
| static void scheduleCallback(ExecutionContext* executionContext,
|
| - std::unique_ptr<ExecutionContextTask> task) {
|
| - DCHECK(executionContext->isContextThread());
|
| - executionContext->postTask(TaskType::FileReading, BLINK_FROM_HERE,
|
| - std::move(task), taskNameForInstrumentation());
|
| - }
|
| + std::unique_ptr<WTF::Closure> task);
|
|
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
|
|