Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1648)

Unified Diff: gin/v8_platform.cc

Issue 2900263004: Update TaskTraits in v8_platform.cc. (Closed)
Patch Set: Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gin/v8_platform.cc
diff --git a/gin/v8_platform.cc b/gin/v8_platform.cc
index 1ee4c3a27536b057bde7c09166d8ae9ba6c5e3d7..1bfa2f66e8e76287cd780460378d1be5df2fd0e8 100644
--- a/gin/v8_platform.cc
+++ b/gin/v8_platform.cc
@@ -20,8 +20,7 @@ namespace gin {
namespace {
constexpr base::TaskTraits kBackgroundThreadTaskTraits = {
- base::MayBlock(), base::TaskPriority::USER_VISIBLE,
- base::TaskShutdownBehavior::BLOCK_SHUTDOWN};
+ base::TaskPriority::USER_VISIBLE};
base::LazyInstance<V8Platform>::Leaky g_v8_platform = LAZY_INSTANCE_INITIALIZER;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698