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

Unified Diff: third_party/WebKit/Source/modules/fetch/CrossThreadHolder.h

Issue 1884113002: Remove RawPtr.h (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix HeapTest.Bind expectation Created 4 years, 8 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
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
« no previous file with comments | « third_party/WebKit/Source/core/paint/PaintTiming.cpp ('k') | third_party/WebKit/Source/platform/CrossThreadCopier.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698