Closed Bug 224602 Opened 21 years ago Closed 16 years ago

xpinstall should not have static nsCOMPtr members

Categories

(Core Graveyard :: Installer: XPInstall Engine, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED
mozilla1.9

People

(Reporter: Biesinger, Unassigned)

References

Details

(Whiteboard: [fixed by bug 406807])

xpinstall/src/nsSoftwareUpdate.cpp: nsCOMPtr<nsIFile> nsSoftwareUpdate::mProgramDir = nsnull; this apparently breaks IA64 compilation, as the debian package for mozilla applies a patch like this (file called ia64-build-fix) +#if __GNUC__ == 3 +nsCOMPtr<nsIFile> nsSoftwareUpdate::mProgramDir; +#else nsCOMPtr<nsIFile> nsSoftwareUpdate::mProgramDir = nsnull; +#endif
Assignee: xpi-engine → nobody
No longer blocks: 60697
Status: NEW → RESOLVED
Closed: 16 years ago
Depends on: 406807
Flags: in-testsuite-
QA Contact: xpi-engine
Resolution: --- → FIXED
Whiteboard: [fixed by bug 406807]
Target Milestone: --- → mozilla1.9
Product: Core → Core Graveyard
You need to log in before you can comment on or make changes to this bug.