From 23d31c4fea61962e156f992889c6b041ad757d12 Mon Sep 17 00:00:00 2001 From: Scott Graham Date: Fri, 16 Sep 2016 13:31:16 -0700 Subject: [PATCH] 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 --- tools/mac/run_with_crashpad.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/mac/run_with_crashpad.cc b/tools/mac/run_with_crashpad.cc index 58337aad..9b38ed80 100644 --- a/tools/mac/run_with_crashpad.cc +++ b/tools/mac/run_with_crashpad.cc @@ -164,6 +164,7 @@ int RunWithCrashpadMain(int argc, char* argv[]) { CrashpadClient crashpad_client; if (!crashpad_client.StartHandler(base::FilePath(options.handler), base::FilePath(options.database), + base::FilePath(), options.url, options.annotations, options.arguments,