commit e1e5cedea9b617d790a08ce30a1eba03cec01bd1 Author: Mike Perry mikeperry-git@torproject.org Date: Wed Feb 5 22:41:03 2014 -0800
Space out a template declaration.
Our gcc version requires spacing for nested templates. --- 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..3ac26f0 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;
tor-commits@lists.torproject.org