| Index: chrome_frame/crash_reporting/vectored_handler.h
|
| ===================================================================
|
| --- chrome_frame/crash_reporting/vectored_handler.h (revision 36161)
|
| +++ chrome_frame/crash_reporting/vectored_handler.h (working copy)
|
| @@ -77,6 +77,10 @@
|
| g_module_start = module_start;
|
| g_module_end = module_end;
|
| }
|
| +
|
| + static bool ShouldIgnoreException(const EXCEPTION_POINTERS* exceptionInfo) {
|
| + return false;
|
| + }
|
| };
|
|
|
| DECLSPEC_SELECTANY const void* VEHTraitsBase::g_module_start;
|
|
|