Closed
Bug 762880
Opened 12 years ago
Closed 12 years ago
Missing MOZALLOC_EXPORT causes link failure on mingw
Categories
(Core :: mozglue, defect)
Tracking
()
RESOLVED
FIXED
mozilla16
People
(Reporter: jacek, Assigned: jacek)
References
Details
Attachments
(1 file)
869 bytes,
patch
|
ted
:
review+
|
Details | Diff | Splinter Review |
It looks like bug 761859 accidentally removed MOZALLOC_EXPORT define, causing mozalloc_abort to not be marked as exported.
Successful try run:
https://tbpl.mozilla.org/?tree=Try&rev=e15ebf4408ca
Attachment #631366 -
Flags: review?(ted.mielczarek)
Updated•12 years ago
|
Attachment #631366 -
Attachment is patch: true
Comment 1•12 years ago
|
||
Comment on attachment 631366 [details] [diff] [review]
fix v1.0
Review of attachment 631366 [details] [diff] [review]:
-----------------------------------------------------------------
Oops, sorry.
Attachment #631366 -
Flags: review?(ted.mielczarek) → review+
Assignee | ||
Comment 2•12 years ago
|
||
Thanks for the review.
https://hg.mozilla.org/integration/mozilla-inbound/rev/93214bac07b2
Assignee | ||
Updated•12 years ago
|
Target Milestone: --- → mozilla16
Assignee | ||
Comment 3•12 years ago
|
||
I accidentally referenced blocked bug instead of this one in the commit. Landed on m-c as:
https://hg.mozilla.org/mozilla-central/rev/93214bac07b2
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•