[tor-commits] [tor-browser] 07/09: Bug 1785109, mark CustomElementRegistry as multizone holder, r=mccr8 a=RyanVM

gitolite role git at cupani.torproject.org
Thu Sep 22 19:17:13 UTC 2022


This is an automated email from the git hooks/post-receive script.

richard pushed a commit to branch tor-browser-91.13.0esr-11.5-1
in repository tor-browser.

commit aae8a38c9aaf1d0f8a0e51dde544f899424f9fdb
Author: Olli Pettay <Olli.Pettay at 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 11446f05bc1c..504d7dd18ba7 100644
--- a/dom/base/CustomElementRegistry.cpp
+++ b/dom/base/CustomElementRegistry.cpp
@@ -266,8 +266,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.


More information about the tor-commits mailing list