mirror of
https://github.com/yuzu-emu/breakpad.git
synced 2024-11-24 14:45:40 +01:00
constructor init list in wrong order in CrashGenerationServer
A=Robert Longson <longsonr@gmail.com> R=ted at https://bugzilla.mozilla.org/show_bug.cgi?id=1054632 git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@1366 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
parent
d7ce15b47b
commit
eee1801a91
@ -47,9 +47,9 @@ CrashGenerationServer::CrashGenerationServer(
|
|||||||
void *exit_context,
|
void *exit_context,
|
||||||
bool generate_dumps,
|
bool generate_dumps,
|
||||||
const std::string &dump_path)
|
const std::string &dump_path)
|
||||||
: dump_callback_(dump_callback),
|
: filter_(filter),
|
||||||
filter_(filter),
|
|
||||||
filter_context_(filter_context),
|
filter_context_(filter_context),
|
||||||
|
dump_callback_(dump_callback),
|
||||||
dump_context_(dump_context),
|
dump_context_(dump_context),
|
||||||
exit_callback_(exit_callback),
|
exit_callback_(exit_callback),
|
||||||
exit_context_(exit_context),
|
exit_context_(exit_context),
|
||||||
|
Loading…
Reference in New Issue
Block a user