From c50574cda7381d8778ecbf63f013444d08de94bc Mon Sep 17 00:00:00 2001 From: "stoyan@google.com" Date: Fri, 23 Oct 2009 19:22:56 +0000 Subject: Comment fixed. TBR=amit Review URL: http://codereview.chromium.org/335013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29924 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome_frame/crash_reporting/vectored_handler-impl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome_frame') diff --git a/chrome_frame/crash_reporting/vectored_handler-impl.h b/chrome_frame/crash_reporting/vectored_handler-impl.h index 5c6eed7..f4ae117 100644 --- a/chrome_frame/crash_reporting/vectored_handler-impl.h +++ b/chrome_frame/crash_reporting/vectored_handler-impl.h @@ -57,7 +57,7 @@ LONG WINAPI VectoredHandlerT::VectoredHandler( } // Ignore custom exception codes. - // MSXML likes to raise 0xC0000001 while parsing. + // MSXML likes to raise 0xE0000001 while parsing. // Note the C++ SEH (0xE06D7363) also fails in that range. if (exceptionCode & APPLICATION_ERROR_MASK) { return ExceptionContinueSearch; -- cgit v1.1