Closed Bug 387218 Opened 17 years ago Closed 17 years ago

Build bustage from bug 384374 landing

Categories

(Core Graveyard :: File Handling, defect)

x86
Linux
defect
Not set
blocker

Tracking

(Not tracked)

VERIFIED FIXED
mozilla1.9alpha8

People

(Reporter: bzbarsky, Assigned: bzbarsky)

References

Details

Attachments

(1 file)

Attached patch Like soSplinter Review
Basically, the following code:

  nsHandlerAppBase() NS_HIDDEN {}

causes g++ 3.3 to complain about unexpected '{' and missing ';' and so forth.

moving the constructors out of line makes life happy here.
Attachment #271336 - Flags: superreview?(cbiesinger)
Attachment #271336 - Flags: review?(dmose)
Comment on attachment 271336 [details] [diff] [review]
Like so

r=dmose; thanks for the patch
Attachment #271336 - Flags: review?(dmose) → review+
Comment on attachment 271336 [details] [diff] [review]
Like so

I'd move the colon to the line with the initializer, like in nsExternalHelperAppService's constructor
Attachment #271336 - Flags: superreview?(cbiesinger) → superreview+
Fixed, with that change.
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Flags: in-testsuite-
This file no longer exists in the source.  And we build on g++ so --> Verified.
Status: RESOLVED → VERIFIED
Product: Core → Core Graveyard
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: