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 2e3ea4dfc5654861a5e96433585cf603a100625c..1890afb459cc7bd0e2656811f3cfeff0148cb4a2 100644 |
--- a/tools/clang/blink_gc_plugin/RecordInfo.h |
+++ b/tools/clang/blink_gc_plugin/RecordInfo.h |
@@ -112,6 +112,9 @@ class RecordInfo { |
Bases* bases_; |
Fields* fields_; |
+ enum BoolOption { kFalse = 0, kTrue = 1, kNone = 2 }; |
+ BoolOption is_stack_allocated_; |
+ |
bool determined_trace_methods_; |
clang::CXXMethodDecl* trace_method_; |
clang::CXXMethodDecl* trace_dispatch_method_; |