Closed
Bug 555920
Opened 13 years ago
Closed 13 years ago
Avoid some symbols from being exported in C++ mangled form
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
mozilla1.9.3a5
People
(Reporter: glandium, Unassigned)
Details
Attachments
(1 file)
1.63 KB,
patch
|
Waldo
:
review+
|
Details | Diff | Splinter Review |
resolving_MatchEntry is exported while it is not used outside of jscntxt.cpp, and js_obj_defineGetter and js_obj_defineSetter are exported in C++ mangled form. The patch is against 1.9.2, but I think it should apply just fine on trunk.
Reporter | ||
Updated•13 years ago
|
Attachment #435857 -
Attachment is patch: true
Attachment #435857 -
Attachment mime type: application/octet-stream → text/plain
Attachment #435857 -
Flags: review?(shaver)
Attachment #435857 -
Flags: review?(shaver) → review?(jwalden+bmo)
Updated•13 years ago
|
Attachment #435857 -
Flags: review?(jwalden+bmo) → review+
Reporter | ||
Comment 1•13 years ago
|
||
http://hg.mozilla.org/mozilla-central/rev/85e10f4b4a9e The JS_HAS_GETTER_SETTER macro had been replaced by OLD_GETTER_SETTER_METHODS on m-c.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Reporter | ||
Updated•13 years ago
|
Target Milestone: --- → mozilla1.9.3a5
You need to log in
before you can comment on or make changes to this bug.
Description
•