Bug 1010969 - Fix WError bustage on a CLOSED TREE

This commit is contained in:
Nicolas Silva 2014-05-16 17:50:42 +02:00
Родитель 355c624b5a
Коммит 2befbf8160
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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()