Closed
Bug 1845440
Opened 2 years ago
Closed 2 years ago
Remove global constructor from intl/components/src/BidiEmbeddingLevel.h
Categories
(Core :: Internationalization, task)
Core
Internationalization
Tracking
()
RESOLVED
FIXED
117 Branch
| Tracking | Status | |
|---|---|---|
| firefox117 | --- | fixed |
People
(Reporter: sergesanspaille, Assigned: sergesanspaille)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
kBidiLevelNone is used as a static const object declared in a header, which creates a global constructor for each file that includes it.
| Assignee | ||
Updated•2 years ago
|
Assignee: nobody → sguelton
| Assignee | ||
Comment 1•2 years ago
|
||
Pushed by sguelton@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/9bd905ea5b27
Get rid of useless global constructor for kBidiLevelNone r=emilio
Comment 3•2 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox117:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 117 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•