mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Windows: Revert early chrome_elf crashpad initialization (issue #2122)
This commit is contained in:
@ -557,10 +557,10 @@ index 94a350f..61667a8 100644
|
||||
(*annotations)["special"] = base::UTF16ToUTF8(special_build);
|
||||
#if defined(ARCH_CPU_X86)
|
||||
- (*annotations)["plat"] = std::string("Win32");
|
||||
+ (*annotations)["platform"] = std::string("Win32");
|
||||
+ (*annotations)["platform"] = std::string("win32");
|
||||
#elif defined(ARCH_CPU_X86_64)
|
||||
- (*annotations)["plat"] = std::string("Win64");
|
||||
+ (*annotations)["platform"] = std::string("Win64");
|
||||
+ (*annotations)["platform"] = std::string("win64");
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user