Closed
Bug 552250
Opened 16 years ago
Closed 16 years ago
no one told venkman that scriptableunicodeconverter isn't a service
Categories
(Other Applications Graveyard :: Venkman JS Debugger, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: timeless, Assigned: timeless)
Details
Attachments
(1 file)
|
756 bytes,
patch
|
Gijs
:
review+
|
Details | Diff | Splinter Review |
ASSERTION: You are calling CreateInstance "{0a698c44-3bff-11d4-9649-00c0ca135b4e}" when a service for this CID already exists!: 'Error',
531 const UC_CTRID = "@mozilla.org/intl/scriptableunicodeconverter";
532 const nsIUnicodeConverter =
533 Components.interfaces.nsIScriptableUnicodeConverter;
534 console.ucConverter =
535 Components.classes[UC_CTRID].getService(nsIUnicodeConverter);
Attachment #432397 -
Flags: review?(gijskruitbosch+bugs)
Comment 2•16 years ago
|
||
Comment on attachment 432397 [details] [diff] [review]
patch
r=me, thanks!
Attachment #432397 -
Flags: review?(gijskruitbosch+bugs) → review+
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Updated•7 years ago
|
Product: Other Applications → Other Applications Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•