| Index: src/common/linux/dump_symbols.cc
|
| diff --git a/src/common/linux/dump_symbols.cc b/src/common/linux/dump_symbols.cc
|
| index 0000add6ab5f85cd7c7d6f7e08ef9003a7f4863e..6b27120a4cb30ab6f2612942486cbdc5499acb3c 100644
|
| --- a/src/common/linux/dump_symbols.cc
|
| +++ b/src/common/linux/dump_symbols.cc
|
| @@ -288,7 +288,8 @@ bool LoadDwarf(const string& dwarf_filename,
|
| // Make a Dwarf2Handler that drives the DIEHandler.
|
| dwarf2reader::DIEDispatcher die_dispatcher(&root_handler);
|
| // Make a DWARF parser for the compilation unit at OFFSET.
|
| - dwarf2reader::CompilationUnit reader(file_context.section_map(),
|
| + dwarf2reader::CompilationUnit reader(dwarf_filename,
|
| + file_context.section_map(),
|
| offset,
|
| &byte_reader,
|
| &die_dispatcher);
|
|
|