Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3859)

Unified Diff: chrome_frame/crash_reporting/nt_loader.h

Issue 872004: Heuristically avoid reporting crashes during DLL loading.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome_frame/crash_reporting/nt_loader.h
===================================================================
--- chrome_frame/crash_reporting/nt_loader.h (revision 41289)
+++ chrome_frame/crash_reporting/nt_loader.h (working copy)
@@ -128,13 +128,13 @@
union {
LIST_ENTRY HashLinks; // 0x03c
struct {
- void* SectionPointer; // 0x03c
- ULONG CheckSum; // 0x040
+ void* SectionPointer; // 0x03c
+ ULONG CheckSum; // 0x040
};
};
union {
- ULONG TimeDateStamp; // 0x044
- void* LoadedImports; // 0x044
+ ULONG TimeDateStamp; // 0x044
+ void* LoadedImports; // 0x044
};
void *EntryPointActivationContext; // 0x048
void* PatchInformation; // 0x04c

Powered by Google App Engine
This is Rietveld 408576698