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 f351db8cc795785f5bb04119c245ab6822fcd3ba..e59c0b702d51ffa58bb85c78ec93ff153c1afd9a 100644 |
--- a/tools/clang/blink_gc_plugin/RecordInfo.h |
+++ b/tools/clang/blink_gc_plugin/RecordInfo.h |
@@ -96,6 +96,8 @@ class RecordInfo { |
bool IsGCMixinInstance(); |
bool IsEagerlyFinalized(); |
+ bool HasDefinition(); |
+ |
clang::CXXMethodDecl* DeclaresNewOperator(); |
bool RequiresTraceMethod(); |