| Index: components/crash/content/tools/generate_breakpad_symbols.py
|
| diff --git a/components/crash/content/tools/generate_breakpad_symbols.py b/components/crash/content/tools/generate_breakpad_symbols.py
|
| index b4c3b48a7002ed0e3ff0edadc15e9c6683659e9b..d076e8faae4fd0927fb0dbced9f67a8e944897d8 100755
|
| --- a/components/crash/content/tools/generate_breakpad_symbols.py
|
| +++ b/components/crash/content/tools/generate_breakpad_symbols.py
|
| @@ -175,7 +175,7 @@ def GenerateSymbols(options, binaries):
|
| break
|
|
|
| binary_info = GetBinaryInfoFromHeaderInfo(
|
| - GetCommandOutput([dump_syms, '-i', binary]))
|
| + GetCommandOutput([dump_syms, '-i', binary]).splitlines()[0])
|
| if not binary_info:
|
| should_dump_syms = False
|
| reason = "Could not obtain binary information."
|
|
|