Closed Bug 967200 Opened 10 years ago Closed 10 years ago

Syntax error in "image/src/imgStatusTracker.h" of 24.3.0

Categories

(Core :: Graphics: ImageLib, defect)

24 Branch
x86_64
Linux
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 968461

People

(Reporter: falk.ziegler, Unassigned)

Details

Compilation of the latest esr (24.3.0) release with gcc 4.4.3 fails. Syntax error in "image/src/imgStatusTracker.h at line 215: 
typedef sTObserverArray<mozilla::WeakPtr<imgRequestProxy>> ProxyArray; ?
Should it be: 
typedef nsTObserverArray<mozilla::WeakPtr<imgRequestProxy> > ProxyArray; ?
With the latter change compilation works.
Component: General → ImageLib
Product: Firefox → Core
Status: UNCONFIRMED → RESOLVED
Closed: 10 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.