Closed
Bug 774671
Opened 13 years ago
Closed 13 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•13 years ago
|
Attachment #642964 -
Flags: review?(luke) → review+
Comment 1•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla17
Comment 2•13 years ago
|
||
Updated•13 years ago
|
Whiteboard: [asan-build-blocker:aurora]
You need to log in
before you can comment on or make changes to this bug.
Description
•