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 |