Index: tools/clang/blink_gc_plugin/tests/persistent_field_in_gc_managed_class.h |
diff --git a/tools/clang/blink_gc_plugin/tests/persistent_field_in_gc_managed_class.h b/tools/clang/blink_gc_plugin/tests/persistent_field_in_gc_managed_class.h |
index 4cfcfce31343b98c294fb11a5ff233e6ff96a6ee..0ae2b27fefb26d96a2a62839e75612e7b41fd6ab 100644 |
--- a/tools/clang/blink_gc_plugin/tests/persistent_field_in_gc_managed_class.h |
+++ b/tools/clang/blink_gc_plugin/tests/persistent_field_in_gc_managed_class.h |
@@ -24,6 +24,7 @@ private: |
PartObject m_part; |
HeapVector<PartObject> m_parts; |
PersistentHeapVector<Member<HeapObject> > m_objs; |
+ WeakPersistent<HeapObject> m_weakPersistent; |
}; |
} |