mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 23:31:56 +00:00
Bug 1054632 - constructor init list in wrong order in CrashGenerationServer r=ted
This commit is contained in:
parent
13da8bae55
commit
c4cf1d93c6
@ -45,9 +45,9 @@ CrashGenerationServer::CrashGenerationServer(
|
||||
void *exit_context,
|
||||
bool generate_dumps,
|
||||
const std::string &dump_path)
|
||||
: dump_callback_(dump_callback),
|
||||
filter_(filter),
|
||||
: filter_(filter),
|
||||
filter_context_(filter_context),
|
||||
dump_callback_(dump_callback),
|
||||
dump_context_(dump_context),
|
||||
exit_callback_(exit_callback),
|
||||
exit_context_(exit_context),
|
||||
|
Loading…
Reference in New Issue
Block a user