| Index: tools/clang/blink_gc_plugin/tests/persistent_no_trace.txt
|
| diff --git a/tools/clang/blink_gc_plugin/tests/persistent_no_trace.txt b/tools/clang/blink_gc_plugin/tests/persistent_no_trace.txt
|
| index dcfe76d7cfa47183c5eee1d9229d9622cecbf1e1..d55d80b45d3b8614d80955f6eb0cd9d1b44228d9 100644
|
| --- a/tools/clang/blink_gc_plugin/tests/persistent_no_trace.txt
|
| +++ b/tools/clang/blink_gc_plugin/tests/persistent_no_trace.txt
|
| @@ -1,5 +1,5 @@
|
| persistent_no_trace.cpp:9:1: warning: [blink-gc] Class 'HeapObject' has untraced or not traceable fields.
|
| -void HeapObject::trace(Visitor* visitor) {
|
| +void HeapObject::Trace(Visitor* visitor) {
|
| ^
|
| ./persistent_no_trace.h:16:5: note: [blink-gc] Untraceable field 'm_crossThreadPersistent' declared here:
|
| CrossThreadPersistent<HeapObject> m_crossThreadPersistent;
|
|
|