Manual follow-up rename in comments and variable names.

https://chromium-review.googlesource.com/c/chromium/src/+/1591429
This commit is contained in:
Jeremy Apthorp 2019-05-03 12:06:10 -07:00 коммит произвёл Nitish Sakhawalkar
Родитель 6f0524d87f
Коммит 19550bd444
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -49,7 +49,7 @@ v8::Isolate* JavascriptEnvironment::Initialize(uv_loop_t* event_loop) {
auto* tracing_controller = tracing_agent->GetTracingController();
node::tracing::TraceEventHelper::SetAgent(tracing_agent);
platform_ = node::CreatePlatform(
base::RecommendedMaxNumberOfThreadsInPool(3, 8, 0.1, 0),
base::RecommendedMaxNumberOfThreadsInThreadGroup(3, 8, 0.1, 0),
tracing_controller);
v8::V8::InitializePlatform(platform_);