Bug 1010969 - Fix WError bustage on a CLOSED TREE

This commit is contained in:
Nicolas Silva 2014-05-16 17:50:42 +02:00
parent a8ee33818e
commit 48f0be70b2

View File

@ -190,8 +190,8 @@ protected:
struct AutoRemoveTexture MOZ_STACK_CLASS {
AutoRemoveTexture(CompositableClient* aCompositable,
TextureClient* aTexture = nullptr)
: mCompositable(aCompositable)
, mTexture(aTexture)
: mTexture(aTexture)
, mCompositable(aCompositable)
{}
~AutoRemoveTexture()