Chromium Code Reviews| Index: chrome_elf/chrome_elf.def |
| diff --git a/chrome_elf/chrome_elf.def b/chrome_elf/chrome_elf.def |
| index 02a99fd20652e50ae4db5cc0fa18905851cdba6a..8ba578a1a90b38309a4b343c666716b4cf188c5f 100644 |
| --- a/chrome_elf/chrome_elf.def |
| +++ b/chrome_elf/chrome_elf.def |
| @@ -12,3 +12,4 @@ EXPORTS |
| SignalChromeElf |
| SignalInitializeCrashReporting |
| SuccessfullyBlocked |
| + DumpWithoutCrashing |
|
robertshield
2017/06/22 18:15:40
So we still do export this from elf? The CL descri
Will Harris
2017/06/26 12:26:20
this is still needed as it's not explicitly __decl
|