Closed
Bug 1611813
Opened 6 years ago
Closed 1 year ago
Wrong #endif comment in js/src/vm/CodeCoverage.h
Categories
(Core :: JavaScript Engine, task, P5)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
140 Branch
| Tracking | Status | |
|---|---|---|
| firefox140 | --- | fixed |
People
(Reporter: arai, Assigned: rosansandanasamy)
References
(Blocks 1 open bug)
Details
(Keywords: good-first-bug)
Attachments
(1 file)
|
48 bytes,
text/x-phabricator-request
|
Details |
#endif // vm_Printer_h
it should be vm_CodeCoverage_h
Updated•3 years ago
|
Severity: normal → S3
Updated•1 year ago
|
Hi, this seems easy could I do it?
I thought I'd do some easy bugs before I try anything more substantial.
Comment 2•1 year ago
|
||
Feel free! https://firefox-source-docs.mozilla.org/setup/index.html would be perhaps the best starting point.
Updated•1 year ago
|
Assignee: nobody → rosansandanasamy
Status: NEW → ASSIGNED
Pushed by arai_a@mac.com:
https://hg.mozilla.org/integration/autoland/rev/82db2674dc95
Corrected #endif comment in js/src/vm/CodeCoverage.h, replaced vm_Printer_h with vm_CodeCoverage_h. r=spidermonkey-reviewers,arai DONTBUILD
Comment 5•1 year ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox140:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 140 Branch
Updated•11 months ago
|
QA Whiteboard: [qa-triage-done-c141/b140]
You need to log in
before you can comment on or make changes to this bug.
Description
•