| Index: tools/clang/blink_gc_plugin/tests/trace_if_needed.h
|
| diff --git a/tools/clang/blink_gc_plugin/tests/trace_if_needed.h b/tools/clang/blink_gc_plugin/tests/trace_if_needed.h
|
| index 00b8f2296cb88d40d77165880d359295fdff24ee..9cc10895c8a1ed7345431c598dc359c03fe84d3a 100644
|
| --- a/tools/clang/blink_gc_plugin/tests/trace_if_needed.h
|
| +++ b/tools/clang/blink_gc_plugin/tests/trace_if_needed.h
|
| @@ -14,7 +14,7 @@ class HeapObject : public GarbageCollected<HeapObject> { };
|
| template<typename T>
|
| class TemplatedObject : public GarbageCollected<TemplatedObject<T> > {
|
| public:
|
| - virtual void trace(Visitor*);
|
| + virtual void Trace(Visitor*);
|
| private:
|
| T m_one;
|
| T m_two;
|
|
|