Closed
Bug 1416456
Opened 7 years ago
Closed 7 years ago
js/src/gc/Verifier.cpp: error: ‘DumpObject’ was not declared in this scope
Categories
(Core :: JavaScript Engine, defect, P1)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla59
People
(Reporter: decoder, Assigned: decoder)
References
Details
Attachments
(1 file)
Non-debug builds with --enable-gczeal are broken because DumpObject is DEBUG only. Patch coming up.
Comment hidden (mozreview-request) |
Comment 2•7 years ago
|
||
mozreview-review |
Comment on attachment 8927558 [details]
Bug 1416456 - Fix --enable-gczeal build bustage in JS engine.
https://reviewboard.mozilla.org/r/198860/#review204080
Attachment #8927558 -
Flags: review?(jdemooij) → review+
Comment 3•7 years ago
|
||
(In reply to Christian Holler (:decoder) from comment #0)
Thanks for fixing this.
Updated•7 years ago
|
Priority: -- → P1
Pushed by choller@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/f4c15a88c937
Fix --enable-gczeal build bustage in JS engine. r=jandem
Comment 6•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox59:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla59
Assignee | ||
Comment 8•7 years ago
|
||
(In reply to Julien Cristau [:jcristau] from comment #7)
> Do you want this in 58?
Yes, it would be useful to have this uplifted because it unbreaks a certain build type required for testing.
Flags: needinfo?(choller)
Updated•7 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•