| Index: third_party/WebKit/Source/modules/fetch/CrossThreadHolder.h
|
| diff --git a/third_party/WebKit/Source/modules/fetch/CrossThreadHolder.h b/third_party/WebKit/Source/modules/fetch/CrossThreadHolder.h
|
| index 20ad1718b544d31a477a2cea315ffb5b2e686959..be28fae09ecf6477a8a270fcea08a2331e157005 100644
|
| --- a/third_party/WebKit/Source/modules/fetch/CrossThreadHolder.h
|
| +++ b/third_party/WebKit/Source/modules/fetch/CrossThreadHolder.h
|
| @@ -65,12 +65,12 @@ public:
|
| private:
|
| // Object graph:
|
| // +------+ +-----------------+
|
| - // T <-OwnPtr- |Bridge| ---------RawPtr--------> |CrossThreadHolder|
|
| + // T <-OwnPtr- |Bridge| ---------*-------------> |CrossThreadHolder|
|
| // | | <-CrossThreadPersistent- | |
|
| // +------+ +-----------------+
|
| // | |
|
| // +--RefPtr--> MutexWrapper <--RefPtr--+
|
| - // The CrossThreadPersistent/RawPtr between CrossThreadHolder and Bridge
|
| + // The CrossThreadPersistent<T>/T* between CrossThreadHolder and Bridge
|
| // are protected by MutexWrapper
|
| // and cleared when CrossThreadHolder::clearInternal() is called, i.e.:
|
| // [1] when |executionContext| is stopped, or
|
|
|