| 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 82780e2b8d5da3809e0a64797c821e42ed4ea6f9..2e3ea4dfc5654861a5e96433585cf603a100625c 100644
|
| --- a/tools/clang/blink_gc_plugin/RecordInfo.h
|
| +++ b/tools/clang/blink_gc_plugin/RecordInfo.h
|
| @@ -86,12 +86,14 @@ class RecordInfo {
|
| bool IsGCDerived();
|
| bool IsGCAllocated();
|
| bool IsGCFinalized();
|
| - bool IsUnmixedGCMixin();
|
| + bool IsGCMixin();
|
|
|
| bool IsStackAllocated();
|
| bool RequiresTraceMethod();
|
| bool NeedsFinalization();
|
| TracingStatus NeedsTracing(Edge::NeedsTracingOption);
|
| + clang::CXXMethodDecl* InheritsNonVirtualTrace();
|
| + bool IsConsideredAbstract();
|
|
|
| private:
|
| RecordInfo(clang::CXXRecordDecl* record, RecordCache* cache);
|
|
|