Home | History | Annotate | Download | only in tests
      1 ignore_fields.cpp:9:1: warning: [blink-gc] Class 'C' has untraced fields that require tracing.
      2 void C::Trace(Visitor* visitor)
      3 ^
      4 ./ignore_fields.h:36:5: note: [blink-gc] Untraced field 'm_one' declared here:
      5     Member<HeapObject> m_one;
      6     ^
      7 1 warning generated.
      8