mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-09 04:25:38 +00:00
Add a comment mentioning bug 587406, per jeffm.
This commit is contained in:
parent
053eb5ce35
commit
4062274cce
@ -4194,7 +4194,8 @@ static int ReportException(EXCEPTION_POINTERS *aExceptionInfo)
|
||||
}
|
||||
|
||||
// The WndProc procedure for all nsWindows in this toolkit. This merely catches
|
||||
// exceptions and passes the real work to WindowProcInternal
|
||||
// exceptions and passes the real work to WindowProcInternal. See bug 587406
|
||||
// and http://msdn.microsoft.com/en-us/library/ms633573%28VS.85%29.aspx
|
||||
LRESULT CALLBACK nsWindow::WindowProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam)
|
||||
{
|
||||
__try {
|
||||
|
Loading…
x
Reference in New Issue
Block a user