Closed
Bug 1648787
Opened 5 years ago
Closed 5 years ago
remove MOZ_GUARD_OBJECT bits from RecursiveMutex
Categories
(Core :: XPCOM, task)
Core
XPCOM
Tracking
()
RESOLVED
FIXED
mozilla80
Tracking | Status | |
---|---|---|
firefox80 | --- | fixed |
People
(Reporter: froydnj, Assigned: froydnj)
References
Details
Attachments
(1 file)
No description provided.
![]() |
Assignee | |
Comment 1•5 years ago
|
||
Apparently I added these in the initial commit for RecursiveMutex. I'm
not quite sure what I was thinking, but we don't need them for the
RecursiveMutex itself. (We have them on the corresponding *Auto*Lock
classes, which are also MOZ_RAII
.)
Pushed by nfroyd@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/c7d327088f52
remove MOZ_GUARD_OBJECT bits from RecursiveMutex; r=dmajor,xpcom-reviewers,nika
Comment 3•5 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox80:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla80
You need to log in
before you can comment on or make changes to this bug.
Description
•