0

[documentation] Fix nit in threading_and_tasks.md.

The text was referring to the wrong function name.

Change-Id: I8f3d201890b0d0165f699fa85f73d07fdbc06ef8
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3009074
Auto-Submit: François Doray <fdoray@chromium.org>
Commit-Queue: Etienne Pierre-Doray <etiennep@chromium.org>
Reviewed-by: Etienne Pierre-Doray <etiennep@chromium.org>
Cr-Commit-Position: refs/heads/master@{#898824}
This commit is contained in:
Francois Doray
2021-07-06 13:07:52 +00:00
committed by Chromium LUCI CQ
parent 047f745592
commit f652a9d063

@ -610,7 +610,7 @@ class A {
```
Note: `WeakPtr` is not thread-safe: `GetWeakPtr()`, `~WeakPtrFactory()`, and
`Compute()` (bound to a `WeakPtr`) must all run on the same sequence.
`Store()` (bound to a `WeakPtr`) must all run on the same sequence.
### Using base::CancelableTaskTracker