| Index: tools/clang/blink_gc_plugin/tests/persistent_no_trace.h
|
| diff --git a/tools/clang/blink_gc_plugin/tests/persistent_no_trace.h b/tools/clang/blink_gc_plugin/tests/persistent_no_trace.h
|
| index c8beb9962c2c9f298429a8dcede29c81bdf4ae10..761f16136cdf5e59884dd2efd47d1d522dce308d 100644
|
| --- a/tools/clang/blink_gc_plugin/tests/persistent_no_trace.h
|
| +++ b/tools/clang/blink_gc_plugin/tests/persistent_no_trace.h
|
| @@ -11,7 +11,7 @@ namespace blink {
|
|
|
| class HeapObject : public GarbageCollected<HeapObject> {
|
| public:
|
| - void trace(Visitor*);
|
| + void Trace(Visitor*);
|
| private:
|
| CrossThreadPersistent<HeapObject> m_crossThreadPersistent;
|
| CrossThreadWeakPersistent<HeapObject> m_crossThreadWeakPersistent;
|
|
|