Fix Mac build after 27aeb2c9

Oh yeah, that other platform.

R=mark@chromium.org
BUG=crashpad:100

Change-Id: Iaacd9a2a4a9754a26af9dd78f5b12cb1523ea19b
Reviewed-on: https://chromium-review.googlesource.com/386785
Reviewed-by: Mark Mentovai <mark@chromium.org>
This commit is contained in:
Scott Graham 2016-09-16 13:31:16 -07:00
parent 27aeb2c9da
commit 23d31c4fea

View File

@ -164,6 +164,7 @@ int RunWithCrashpadMain(int argc, char* argv[]) {
CrashpadClient crashpad_client; CrashpadClient crashpad_client;
if (!crashpad_client.StartHandler(base::FilePath(options.handler), if (!crashpad_client.StartHandler(base::FilePath(options.handler),
base::FilePath(options.database), base::FilePath(options.database),
base::FilePath(),
options.url, options.url,
options.annotations, options.annotations,
options.arguments, options.arguments,