Closed
Bug 1337283
Opened 5 years ago
Closed 5 years ago
dom/ipc/ContentParent.cpp:1831:3: error: 'SprintfLiteral' was not declared in this scope
Categories
(Core :: DOM: Content Processes, defect)
Tracking
()
RESOLVED
FIXED
mozilla54
Tracking | Status | |
---|---|---|
firefox52 | --- | unaffected |
firefox53 | --- | unaffected |
firefox54 | --- | fixed |
People
(Reporter: jbeich, Assigned: jbeich)
References
Details
(Keywords: regression)
Attachments
(1 file)
In file included from dom/ipc/Unified_cpp_dom_ipc0.cpp:29: dom/ipc/ContentParent.cpp:1831:3: error: use of undeclared identifier 'SprintfLiteral' SprintfLiteral(idStr, "%" PRId64, static_cast<uint64_t>(mChildID)); ^ 1 error generated.
Comment hidden (mozreview-request) |
Comment 3•5 years ago
|
||
mozreview-review |
Comment on attachment 8834292 [details] Bug 1337283 - Unbreak FreeBSD build after bug 1303096. https://reviewboard.mozilla.org/r/110274/#review111634
Attachment #8834292 -
Flags: review?(blassey.bugs) → review+
Updated•5 years ago
|
Assignee: nobody → jbeich
Pushed by ryanvm@gmail.com: https://hg.mozilla.org/integration/autoland/rev/d231c4f1e265 Unbreak FreeBSD build after bug 1303096. r=blassey
Comment 5•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/d231c4f1e265
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla54
Updated•5 years ago
|
status-firefox52:
--- → unaffected
status-firefox53:
--- → unaffected
You need to log in
before you can comment on or make changes to this bug.
Description
•