From 70f03ae89008dd16334acc1fdb4d09259b90195c Mon Sep 17 00:00:00 2001 From: "ted.mielczarek@gmail.com" Date: Wed, 28 Nov 2007 16:55:15 -0800 Subject: [PATCH] bug 384207 - Crash Reporter client should include a URL field (OS X and Win32 only). r=campd --- toolkit/crashreporter/client/crashreporter_osx.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toolkit/crashreporter/client/crashreporter_osx.mm b/toolkit/crashreporter/client/crashreporter_osx.mm index c084d1d3349..3dea60cf4f4 100644 --- a/toolkit/crashreporter/client/crashreporter_osx.mm +++ b/toolkit/crashreporter/client/crashreporter_osx.mm @@ -128,7 +128,7 @@ static bool RestartApplication() [viewReportScrollView removeFromSuperview]; if (gQueryParameters.find("URL") != gQueryParameters.end()) { - // save the URL value in case the + // save the URL value in case the checkbox gets unchecked gURLParameter = gQueryParameters["URL"]; } else {