Index: Source/platform/LifecycleContextTest.cpp |
diff --git a/Source/platform/LifecycleContextTest.cpp b/Source/platform/LifecycleContextTest.cpp |
index 09ba564d17fbd49f6c99fdc839d0ae189481e727..c2fec2685543e873e18800e62fb89ecfede8d47f 100644 |
--- a/Source/platform/LifecycleContextTest.cpp |
+++ b/Source/platform/LifecycleContextTest.cpp |
@@ -35,6 +35,7 @@ using namespace blink; |
namespace blink { |
class DummyContext final : public NoBaseWillBeGarbageCollectedFinalized<DummyContext>, public LifecycleNotifier<DummyContext> { |
+ WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(DummyContext); |
public: |
DummyContext() |
: LifecycleNotifier<DummyContext>(this) |