Closed Bug 387648 Opened 17 years ago Closed 6 years ago

comment about mInfo/mDetails for nsJSIID::GetName doesn't match code

Categories

(Core :: XPConnect, defect)

x86
Windows XP
defect
Not set
minor

Tracking

()

RESOLVED INACTIVE

People

(Reporter: timeless, Unassigned)

References

()

Details

old:
NS_IMETHODIMP nsJSIID::GetName(char * *aName)
    {ResolveName(); return mDetails.GetName(aName);}

new:
// If mInfo is present we use it and ignore mDetails, else we use mDetails.
NS_IMETHODIMP nsJSIID::GetName(char * *aName)
{
    return mInfo->GetName(aName);
}
Per policy at https://wiki.mozilla.org/Bug_Triage/Projects/Bug_Handling/Bug_Husbandry#Inactive_Bugs. If this bug is not an enhancement request or a bug not present in a supported release of Firefox, then it may be reopened.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → INACTIVE
You need to log in before you can comment on or make changes to this bug.