
This is an automated email from the git hooks/post-receive script. richard pushed a commit to branch geckoview-102.3.0esr-12.0-1 in repository tor-browser. commit 1ee3f6a9aef737a691378ad62863a353ef2f4b9f Author: Olli Pettay <Olli.Pettay@helsinki.fi> AuthorDate: Mon Aug 22 16:12:26 2022 +0000 Bug 1785109, mark CustomElementRegistry as multizone holder, r=mccr8 a=RyanVM Differential Revision: https://phabricator.services.mozilla.com/D154878 --- dom/base/CustomElementRegistry.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dom/base/CustomElementRegistry.cpp b/dom/base/CustomElementRegistry.cpp index 7a9142d0c131e..e29f792d75d16 100644 --- a/dom/base/CustomElementRegistry.cpp +++ b/dom/base/CustomElementRegistry.cpp @@ -389,8 +389,7 @@ class MOZ_RAII AutoConstructionStackEntry final { } // namespace -// Only needed for refcounted objects. -NS_IMPL_CYCLE_COLLECTION_CLASS(CustomElementRegistry) +NS_IMPL_CYCLE_COLLECTION_MULTI_ZONE_JSHOLDER_CLASS(CustomElementRegistry) NS_IMPL_CYCLE_COLLECTION_UNLINK_BEGIN(CustomElementRegistry) tmp->mConstructors.clear(); -- To stop receiving notification emails like this one, please contact the administrator of this repository.