Closed
Bug 1543672
Opened 6 years ago
Closed 6 years ago
The counters code should use atoms rather than strings.
Categories
(Core :: CSS Parsing and Computation, defect, P3)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
mozilla68
Tracking | Status | |
---|---|---|
firefox68 | --- | fixed |
People
(Reporter: emilio, Assigned: emilio)
Details
Attachments
(1 file)
Servo already atomizes the counter names, it makes no sense to copy the string rather than bumping the refcount.
Assignee | ||
Comment 1•6 years ago
|
||
Servo already atomizes the counter names, it makes no sense to copy the string
rather than bumping the refcount.
Pushed by ealvarez@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/3654d1720dab
The counters code should use atoms rather than strings. r=mats,boris
Comment 3•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox68:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla68
You need to log in
before you can comment on or make changes to this bug.
Description
•