Closed
Bug 774671
Opened 11 years ago
Closed 11 years ago
Fix mismatched declarations
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
mozilla17
People
(Reporter: espindola, Assigned: espindola)
References
Details
(Whiteboard: [asan-build-blocker:aurora])
Attachments
(1 file)
752 bytes,
patch
|
luke
:
review+
|
Details | Diff | Splinter Review |
These classes are defined with JS_FRIEND_API, but these forward declarations were missing it which causes problems when combined with us putting a #pragma GCC visibility push(hidden) at the start of every compilation unit.
Attachment #642964 -
Flags: review?(luke)
![]() |
||
Updated•11 years ago
|
Attachment #642964 -
Flags: review?(luke) → review+
Comment 1•11 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/a430390ef8cd
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla17
Comment 2•11 years ago
|
||
pushed https://hg.mozilla.org/integration/mozilla-inbound/rev/dc3835f235cb
Updated•11 years ago
|
Whiteboard: [asan-build-blocker:aurora]
You need to log in
before you can comment on or make changes to this bug.
Description
•