Chromium Code Reviews| 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..3d0286a4be4cf15cfe0493f8f3aa28195ca327bf 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 |
| @@ -6,6 +6,6 @@ |
| namespace blink { |
| -void HeapObject::trace(Visitor*) { } |
| +void HeapObject::Trace(Visitor*) { } |
| } |