Index: snapshot/win/pe_image_reader.cc |
diff --git a/snapshot/win/pe_image_reader.cc b/snapshot/win/pe_image_reader.cc |
index 82bce0645ad57f82fcf6dc6f69b073660b20f9c1..c802c120c9949fa5f81ec1747cbe9add7191598b 100644 |
--- a/snapshot/win/pe_image_reader.cc |
+++ b/snapshot/win/pe_image_reader.cc |
@@ -86,7 +86,8 @@ bool PEImageReader::GetCrashpadInfo( |
INITIALIZATION_STATE_DCHECK_VALID(initialized_); |
IMAGE_SECTION_HEADER section; |
- if (!GetSectionByName<NtHeadersForTraits<Traits>::type>("CPADinfo", §ion)) |
+ if (!GetSectionByName<typename NtHeadersForTraits<Traits>::type>("CPADinfo", |
+ §ion)) |
return false; |
Mark Mentovai
2015/11/26 02:06:37
{} this now
hans
2015/11/26 03:16:52
Done.
|
if (section.Misc.VirtualSize < sizeof(process_types::CrashpadInfo<Traits>)) { |