m_wentAway 51 Source/core/dom/custom/CustomElementRegistry.cpp bool registrationContextWentAway() { return m_wentAway; } m_wentAway 54 Source/core/dom/custom/CustomElementRegistry.cpp virtual void documentWasDisposed() OVERRIDE { m_wentAway = true; } m_wentAway 56 Source/core/dom/custom/CustomElementRegistry.cpp bool m_wentAway;