[tbb-commits] [tor-browser/esr24] Bug 968461 - Fix imgStatusTracker.h to build with gcc 4.4. r=jdm, a=sledru
mikeperry at torproject.org
mikeperry at torproject.org
Fri Aug 29 05:26:36 UTC 2014
commit db4963336805dbc8609691d3fe4e77960b8cb4e3
Author: Mike Hommey <mh at glandium.org>
Date: Thu Feb 6 07:07:18 2014 +0900
Bug 968461 - Fix imgStatusTracker.h to build with gcc 4.4. r=jdm, a=sledru
---
image/src/imgStatusTracker.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/image/src/imgStatusTracker.h b/image/src/imgStatusTracker.h
index d3f36b3..b19b239 100644
--- a/image/src/imgStatusTracker.h
+++ b/image/src/imgStatusTracker.h
@@ -212,7 +212,7 @@ public:
nsIntRect GetInvalidRect() const { return mInvalidRect; }
- typedef nsTObserverArray<mozilla::WeakPtr<imgRequestProxy>> ProxyArray;
+ typedef nsTObserverArray<mozilla::WeakPtr<imgRequestProxy> > ProxyArray;
private:
friend class imgStatusNotifyRunnable;
friend class imgRequestNotifyRunnable;
More information about the tbb-commits
mailing list