| Index: tools/clang/blink_gc_plugin/CheckFieldsVisitor.h
|
| diff --git a/tools/clang/blink_gc_plugin/CheckFieldsVisitor.h b/tools/clang/blink_gc_plugin/CheckFieldsVisitor.h
|
| index e0c36a2d89d128849e2588362e80b0d8e2ae4ebc..5264572be0f881f413ac9d64b773adfa6819d650 100644
|
| --- a/tools/clang/blink_gc_plugin/CheckFieldsVisitor.h
|
| +++ b/tools/clang/blink_gc_plugin/CheckFieldsVisitor.h
|
| @@ -13,8 +13,8 @@ struct BlinkGCPluginOptions;
|
| class FieldPoint;
|
|
|
| // This visitor checks that the fields of a class are "well formed".
|
| -// - OwnPtr, RefPtr and RawPtr must not point to a GC derived types.
|
| -// - Part objects must not be GC derived types.
|
| +// - OwnPtr and RefPtr must not point to a GC derived type.
|
| +// - Part objects must not be a GC derived type.
|
| // - An on-heap class must never contain GC roots.
|
| // - Only stack-allocated types may point to stack-allocated types.
|
|
|
|
|