| Index: third_party/WebKit/Source/platform/threading/BackgroundTaskRunner.cpp
|
| diff --git a/third_party/WebKit/Source/platform/threading/BackgroundTaskRunner.cpp b/third_party/WebKit/Source/platform/threading/BackgroundTaskRunner.cpp
|
| index 4874ac699042a36a08d25974806963013671c362..527a61072dc1f9de93029cab766b1ea7f0e1e3e5 100644
|
| --- a/third_party/WebKit/Source/platform/threading/BackgroundTaskRunner.cpp
|
| +++ b/third_party/WebKit/Source/platform/threading/BackgroundTaskRunner.cpp
|
| @@ -14,8 +14,9 @@ void BackgroundTaskRunner::postOnBackgroundThread(
|
| const WebTraceLocation& location,
|
| std::unique_ptr<CrossThreadClosure> closure) {
|
| base::PostTaskWithTraits(
|
| - location, base::TaskTraits().WithShutdownBehavior(
|
| - base::TaskShutdownBehavior::CONTINUE_ON_SHUTDOWN),
|
| + location,
|
| + base::TaskTraits().WithShutdownBehavior(
|
| + base::TaskShutdownBehavior::CONTINUE_ON_SHUTDOWN),
|
| convertToBaseCallback(std::move(closure)));
|
| }
|
|
|
|
|