Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Commit 54702ee

Browse files
committed
Bug 1743023 - Make RLBoxSandboxPool ISupports threadsafe r=bholley
Differential Revision: https://phabricator.services.mozilla.com/D132180
1 parent 8ea8699 commit 54702ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xpcom/base/RLBoxSandboxPool.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class RLBoxSandboxPoolData;
3434
// sandbox-specific details.
3535
class RLBoxSandboxPool : public nsITimerCallback, public nsINamed {
3636
public:
37-
NS_DECL_ISUPPORTS
37+
NS_DECL_THREADSAFE_ISUPPORTS
3838
NS_DECL_NSITIMERCALLBACK
3939
NS_DECL_NSINAMED
4040

0 commit comments

Comments
 (0)