| Index: chrome_elf/blacklist/blacklist.cc
|
| diff --git a/chrome_elf/blacklist/blacklist.cc b/chrome_elf/blacklist/blacklist.cc
|
| index 04a037316031ce04a449941da76356e28bdf53ad..a720960820163e356744fad165a5f16683584aeb 100644
|
| --- a/chrome_elf/blacklist/blacklist.cc
|
| +++ b/chrome_elf/blacklist/blacklist.cc
|
| @@ -20,6 +20,7 @@ extern "C" IMAGE_DOS_HEADER __ImageBase;
|
| namespace blacklist{
|
|
|
| const wchar_t* g_troublesome_dlls[kTroublesomeDllsMaxCount] = {
|
| + L"libsvn_tsvn32.dll",
|
| // Keep this null pointer here to mark the end of the list.
|
| NULL,
|
| };
|
|
|