| Index: tools/clang/blink_gc_plugin/RecordInfo.h
|
| diff --git a/tools/clang/blink_gc_plugin/RecordInfo.h b/tools/clang/blink_gc_plugin/RecordInfo.h
|
| index 3e87114ac07af599557b77a9b66e0ffb78d7264d..62080ed5c0147245f9fa3c731bbc38cb41e3adad 100644
|
| --- a/tools/clang/blink_gc_plugin/RecordInfo.h
|
| +++ b/tools/clang/blink_gc_plugin/RecordInfo.h
|
| @@ -109,7 +109,7 @@ class RecordInfo {
|
| Fields* CollectFields();
|
| Bases* CollectBases();
|
| void DetermineTracingMethods();
|
| - bool InheritsNonPureTrace();
|
| + bool InheritsTrace();
|
|
|
| Edge* CreateEdge(const clang::Type* type);
|
|
|
|
|