Closed
Bug 1663610
Opened 5 years ago
Closed 5 years ago
Do not let QM_TRY etc. declare a variable in the scope it is used
Categories
(Core :: Storage: Quota Manager, task)
Core
Storage: Quota Manager
Tracking
()
RESOLVED
FIXED
82 Branch
| Tracking | Status | |
|---|---|---|
| firefox82 | --- | fixed |
People
(Reporter: sg, Assigned: sg)
Details
Attachments
(1 file)
Do not let QM_TRY etc. declare a variable in the scope it is used. This prevents use of the macros in a switch case e.g., within adding an extra block explicitly.
| Assignee | ||
Comment 1•5 years ago
|
||
Depends on D89429
Pushed by jvarga@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/14f2f51fffb3
Do not declare a variable in the scope *_TRY is used. r=janv,dom-workers-and-storage-reviewers
Comment 3•5 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox82:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 82 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•