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

Unified Diff: third_party/WebKit/Source/platform/heap/BlinkGCAPIReference.md

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/platform/heap/BlinkGCAPIReference.md
diff --git a/third_party/WebKit/Source/platform/heap/BlinkGCAPIReference.md b/third_party/WebKit/Source/platform/heap/BlinkGCAPIReference.md
index 18812379426d61c5851ef0c6671dad09e775ac07..89f8a6ad7afb4c6f6084f96cdc8a5d6fbfb3695b 100644
--- a/third_party/WebKit/Source/platform/heap/BlinkGCAPIReference.md
+++ b/third_party/WebKit/Source/platform/heap/BlinkGCAPIReference.md
@@ -231,12 +231,6 @@ void someFunction()
// OK to leave the object behind. The Blink GC system will free it up when it becomes unused.
```
-*** aside
-*Transitional only*
-
-`RawPtr<T>` is a simple wrapper of a raw pointer `T*` used in the transitional period.
-Most`RawPtr<T>`s will be replaced with raw pointers.
-
### Member, WeakMember
In a garbage-collected class, on-heap objects must be retained by `Member<T>` or `WeakMember<T>`, depending on
« no previous file with comments | « third_party/WebKit/Source/platform/CrossThreadCopier.h ('k') | third_party/WebKit/Source/platform/heap/Handle.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698