зеркало из https://github.com/mozilla/gecko-dev.git
No bug - Reorder initialization in mozilla::layers::Transaction constructor to fix a build warning.
This commit is contained in:
Родитель
d22ffba672
Коммит
96a13d013d
|
@ -67,8 +67,8 @@ class Transaction
|
|||
{
|
||||
public:
|
||||
Transaction()
|
||||
: mOpen(false)
|
||||
, mSwapRequired(false)
|
||||
: mSwapRequired(false)
|
||||
, mOpen(false)
|
||||
{}
|
||||
|
||||
void Begin() { mOpen = true; }
|
||||
|
|
Загрузка…
Ссылка в новой задаче