| 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 e672282f4f00f365cd8a95473e9dad459ef69b23..220a6d3b3138f25625aac0c6a285079f11727058 100644
|
| --- a/tools/clang/blink_gc_plugin/RecordInfo.h
|
| +++ b/tools/clang/blink_gc_plugin/RecordInfo.h
|
| @@ -129,6 +129,7 @@ class RecordInfo {
|
| bool InheritsTrace();
|
|
|
| Edge* CreateEdge(const clang::Type* type);
|
| + Edge* CreateEdgeFromOriginalType(const clang::Type* type);
|
|
|
| RecordCache* cache_;
|
| clang::CXXRecordDecl* record_;
|
|
|