Closed
Bug 911954
Opened 11 years ago
Closed 11 years ago
Missing forward declaration in TraceLogging.h
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
mozilla26
People
(Reporter: yaron.tausky, Assigned: yaron.tausky)
Details
Attachments
(1 file, 1 obsolete file)
591 bytes,
patch
|
h4writer
:
review+
|
Details | Diff | Splinter Review |
When building the shell with --enable-trace-logging, TraceLogging.cpp fails to build because JSScript is not declared in TraceLogging.h.
Assignee | ||
Comment 1•11 years ago
|
||
With this change it builds again.
Updated•11 years ago
|
Attachment #798788 -
Flags: review?(hv1989)
Comment 2•11 years ago
|
||
Comment on attachment 798788 [details] [diff] [review]
add_forward_declaration.patch
Review of attachment 798788 [details] [diff] [review]:
-----------------------------------------------------------------
Looks like :njn removed that forward declaration in http://hg.mozilla.org/integration/mozilla-inbound/rev/9e98958b5e50.
Just confirmed on irc and we should use |#include "js/TypeDecls.h"| now. It will be forward declared in there.
Could you create a patch using that?
Thanks!
Attachment #798788 -
Flags: review?(hv1989)
Updated•11 years ago
|
Attachment #799338 -
Flags: review?(hv1989) → review+
Assignee | ||
Updated•11 years ago
|
Keywords: checkin-needed
Comment 4•11 years ago
|
||
Keywords: checkin-needed
Updated•11 years ago
|
Attachment #798788 -
Attachment is obsolete: true
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla26
Updated•11 years ago
|
Assignee: general → yaron.tausky
You need to log in
before you can comment on or make changes to this bug.
Description
•