| Index: tools/clang/blink_gc_plugin/tests/ref_ptr_to_gc_managed_class.cpp
|
| diff --git a/tools/clang/blink_gc_plugin/tests/ref_ptr_to_gc_managed_class.cpp b/tools/clang/blink_gc_plugin/tests/ref_ptr_to_gc_managed_class.cpp
|
| index e0a200fed9540f685a11d0e83fbeb2bd48e344c6..22e59d595e3bd1302b297b30e2dfdaf1fe65607d 100644
|
| --- a/tools/clang/blink_gc_plugin/tests/ref_ptr_to_gc_managed_class.cpp
|
| +++ b/tools/clang/blink_gc_plugin/tests/ref_ptr_to_gc_managed_class.cpp
|
| @@ -8,4 +8,6 @@ namespace blink {
|
|
|
| void HeapObject::trace(Visitor*) { }
|
|
|
| +void RefHeapObject::trace(Visitor*) { }
|
| +
|
| }
|
|
|