Bug 1054632 - constructor init list in wrong order in CrashGenerationServer r=ted

This commit is contained in:
Robert Longson 2014-08-30 09:15:35 +01:00
parent 447962fe79
commit ec218af0c1

View File

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