Index: tools/clang/blink_gc_plugin/tests/templated_class_with_local_class_requires_trace.txt |
diff --git a/tools/clang/blink_gc_plugin/tests/templated_class_with_local_class_requires_trace.txt b/tools/clang/blink_gc_plugin/tests/templated_class_with_local_class_requires_trace.txt |
index fa6b9f544a0e6443c8a6ebdefc4866f7e7026774..fa3e0edc4e29d98cc5c1cab36505bb41bb93fa4a 100644 |
--- a/tools/clang/blink_gc_plugin/tests/templated_class_with_local_class_requires_trace.txt |
+++ b/tools/clang/blink_gc_plugin/tests/templated_class_with_local_class_requires_trace.txt |
@@ -18,7 +18,7 @@ class TemplatedObject final |
OwnPtr<HeapObject> m_object; |
^ |
./templated_class_with_local_class_requires_trace.h:34:9: warning: [blink-gc] Class 'Local' has untraced or not traceable fields. |
- void trace(Visitor* visitor) |
+ void Trace(Visitor* visitor) |
^ |
./templated_class_with_local_class_requires_trace.h:41:9: note: [blink-gc] Untraceable field 'm_object' declared here: |
OwnPtr<HeapObject> m_object; |