Closed
Bug 93062
Opened 24 years ago
Closed 24 years ago
Waterfall: Current build broken due to NS_WITH_SERVICE usage
Categories
(Core Graveyard :: Java: OJI, defect)
Core Graveyard
Java: OJI
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: avm, Assigned: nikolay.igotti)
Details
Attachments
(1 file)
|
3.10 KB,
patch
|
Details | Diff | Splinter Review |
Due to bug 86734 NS_WITH_SERVICE macro was removed.
But wf_moz6 module depends on it. So usage of this macro must be removed
from code. Suggested fix attached,but please note, that it still use static
variables(can't found correcsponding CONTRACTID's to avoid them)
| Reporter | ||
Comment 1•24 years ago
|
||
| Assignee | ||
Comment 2•24 years ago
|
||
Alexey, thanks for this bug. NS_XPCOMPROXY_CONTRACTID can be used instead of CID. I'll ask Ed to put changes on mozilla.org.
fix checked in.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•