Closed
Bug 1649729
Opened 5 years ago
Closed 5 years ago
Get rid of MOZ_ACCESS_THREAD_BOUND macro
Categories
(Core :: XPCOM, task)
Core
XPCOM
Tracking
()
RESOLVED
FIXED
mozilla80
Tracking | Status | |
---|---|---|
firefox80 | --- | fixed |
People
(Reporter: sg, Assigned: sg)
Details
Attachments
(1 file)
The MOZ_ACCESS_THREAD_BOUND
obscures the declaration of variables, and it can be easily replaced by a member function call without a macro involving non-standard syntax.
Assignee | ||
Comment 1•5 years ago
|
||
Pushed by sgiesecke@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/59e60a87fd0b
Get rid of MOZ_ACCESS_THREAD_BOUND macro. r=froydnj
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
•