Index: Source/core/frame/PlatformEventDispatcher.h |
diff --git a/Source/core/frame/PlatformEventDispatcher.h b/Source/core/frame/PlatformEventDispatcher.h |
index 18f728cf205113a2617eb3eff23ec8db9848b2fd..462d4b1e509b80f83af9f700b1e9ff24ff040286 100644 |
--- a/Source/core/frame/PlatformEventDispatcher.h |
+++ b/Source/core/frame/PlatformEventDispatcher.h |
@@ -30,13 +30,9 @@ protected: |
private: |
void purgeControllers(); |
-#if ENABLE(OILPAN) |
- void clearWeakMembers(Visitor*); |
-#endif |
- |
- WillBeHeapVector<PlatformEventController*> m_controllers; |
- bool m_needsPurge; |
+ WillBeHeapHashSet<RawPtrWillBeWeakMember<PlatformEventController>> m_controllers; |
bool m_isDispatching; |
+ bool m_isListening; |
}; |
} // namespace blink |