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 e59c0b702d51ffa58bb85c78ec93ff153c1afd9a..a274ae13a15aebee5032148dce9eef68cdc3d8f4 100644 |
--- a/tools/clang/blink_gc_plugin/RecordInfo.h |
+++ b/tools/clang/blink_gc_plugin/RecordInfo.h |
@@ -95,6 +95,7 @@ class RecordInfo { |
bool IsOnlyPlacementNewable(); |
bool IsGCMixinInstance(); |
bool IsEagerlyFinalized(); |
+ bool IsGCRefCounted(); |
bool HasDefinition(); |