Chromium Code Reviews| 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 4fddede3808738b04c3bb6f73ea03c43940ac7fb..ef806f28deec408653deab93ee5e20a0b41546b2 100644 |
| --- a/tools/clang/blink_gc_plugin/CheckFieldsVisitor.h |
| +++ b/tools/clang/blink_gc_plugin/CheckFieldsVisitor.h |
| @@ -25,6 +25,7 @@ class CheckFieldsVisitor : public RecursiveEdgeVisitor { |
| kRefPtrToGCManaged, |
| kReferencePtrToGCManaged, |
| kOwnPtrToGCManaged, |
| + kUniquePtrToGCManaged, |
| kMemberToGCUnmanaged, |
| kMemberInUnmanaged, |
| kPtrFromHeapToStack, |