mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 15:52:07 +00:00
No bug - Reorder initialization in mozilla::layers::Transaction constructor to fix a build warning.
This commit is contained in:
parent
d22ffba672
commit
96a13d013d
@ -67,8 +67,8 @@ class Transaction
|
||||
{
|
||||
public:
|
||||
Transaction()
|
||||
: mOpen(false)
|
||||
, mSwapRequired(false)
|
||||
: mSwapRequired(false)
|
||||
, mOpen(false)
|
||||
{}
|
||||
|
||||
void Begin() { mOpen = true; }
|
||||
|
Loading…
Reference in New Issue
Block a user