Closed
Bug 1756115
Opened 3 years ago
Closed 3 years ago
wrong include guard comment in js/src/vm/StaticStrings.h
Categories
(Core :: JavaScript Engine, task, P5)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
99 Branch
| Tracking | Status | |
|---|---|---|
| firefox99 | --- | fixed |
People
(Reporter: arai, Assigned: arai)
Details
Attachments
(1 file)
#ifndef vm_StaticStrings_h
#define vm_StaticStrings_h
...
#endif /* vm_StringType_h */
it should be vm_StaticStrings_h
| Assignee | ||
Comment 1•3 years ago
|
||
Updated•3 years ago
|
Assignee: nobody → arai.unmht
Status: NEW → ASSIGNED
Pushed by arai_a@mac.com:
https://hg.mozilla.org/integration/autoland/rev/f41c9038f8db
Fix include guard comment. r=nbp
Comment 3•3 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox99:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 99 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•