Closed
Bug 98681
Opened 24 years ago
Closed 18 years ago
DOM uses nsString::GetUnicode(), which is no longer exists
Categories
(Core Graveyard :: Java APIs for DOM, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 119680
People
(Reporter: ovk, Assigned: ashuk)
Details
Attachments
(1 file)
|
11.81 KB,
patch
|
Details | Diff | Splinter Review |
Compiler exits with following error:
nsJavaDOMImpl.cpp(635) : error C2039: 'GetUnicode' : is not a member of
'nsString' ..\..\..\dist\include\nsString2.h(72) : see declaration of 'nsString'
WinNT 4 with SP4.
Mozilla source from Sep 6 2001.
| Reporter | ||
Comment 1•24 years ago
|
||
Comment 2•24 years ago
|
||
Won't those places where you did not add calls to free() leak?
Is there a reason not to use nsString::get() ?
Comment 4•20 years ago
|
||
Thomas, I'm not working on this bug. If someone writes up a patch I can help
get it reviewed and checked in, though...
Updated•18 years ago
|
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → DUPLICATE
Updated•13 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•