webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Public Attributes | List of all members
WebCore::NodeMutationObserverData Class Reference

#include <NodeRareData.h>

Public Member Functions

 NodeMutationObserverData ()
 

Public Attributes

Vector< std::unique_ptr< MutationObserverRegistration > > registry
 
HashSet< MutationObserverRegistration * > transientRegistry
 

Constructor & Destructor Documentation

◆ NodeMutationObserverData()

WebCore::NodeMutationObserverData::NodeMutationObserverData ( )
inline

Member Data Documentation

◆ registry

Vector<std::unique_ptr<MutationObserverRegistration> > WebCore::NodeMutationObserverData::registry

◆ transientRegistry

HashSet<MutationObserverRegistration*> WebCore::NodeMutationObserverData::transientRegistry

The documentation for this class was generated from the following file: