Index: tools/clang/blink_gc_plugin/tests/trace_collections.txt |
diff --git a/tools/clang/blink_gc_plugin/tests/trace_collections.txt b/tools/clang/blink_gc_plugin/tests/trace_collections.txt |
index 7c20ad4e4bbe2804b2d56822dd48d0dd1d13ec6d..1faecb2de22ddca312a2789602b499fab7a2b022 100644 |
--- a/tools/clang/blink_gc_plugin/tests/trace_collections.txt |
+++ b/tools/clang/blink_gc_plugin/tests/trace_collections.txt |
@@ -1,5 +1,5 @@ |
trace_collections.cpp:9:1: warning: [blink-gc] Class 'HeapObject' has untraced fields that require tracing. |
-void HeapObject::trace(Visitor* visitor) |
+void HeapObject::Trace(Visitor* visitor) |
^ |
./trace_collections.h:16:5: note: [blink-gc] Untraced field 'm_heapVector' declared here: |
HeapVector<Member<HeapObject> > m_heapVector; |