[d8] Fix typo
Add missing "W" (orker -> Worker). Change-Id: Ie4d8937085c2d2c6132e5d3c499ee3565c7b8b9b Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4004719 Auto-Submit: Frank Lemanschik <frank@dspeed.eu> Commit-Queue: Clemens Backes <clemensb@chromium.org> Reviewed-by: Clemens Backes <clemensb@chromium.org> Cr-Commit-Position: refs/heads/main@{#84063}
This commit is contained in:
parent
8dbd587446
commit
3d5e0ee107
1
AUTHORS
1
AUTHORS
@ -114,6 +114,7 @@ Fedor Indutny <fedor@indutny.com>
|
||||
Felix Geisendörfer <haimuiba@gmail.com>
|
||||
Feng Yu <f3n67u@gmail.com>
|
||||
Filipe David Manana <fdmanana@gmail.com>
|
||||
Frank Lemanschik <frank@dspeed.eu>
|
||||
Franziska Hinkelmann <franziska.hinkelmann@gmail.com>
|
||||
Gao Sheng <gaosheng08@meituan.com>
|
||||
Geoffrey Garside <ggarside@gmail.com>
|
||||
|
@ -14,7 +14,7 @@ class Isolate;
|
||||
class Platform;
|
||||
|
||||
// Returns a predictable v8::Platform implementation.
|
||||
// orker threads are disabled, idle tasks are disallowed, and the time reported
|
||||
// Worker threads are disabled, idle tasks are disallowed, and the time reported
|
||||
// by {MonotonicallyIncreasingTime} is deterministic.
|
||||
std::unique_ptr<Platform> MakePredictablePlatform(
|
||||
std::unique_ptr<Platform> platform);
|
||||
|
Loading…
Reference in New Issue
Block a user