Closed
Bug 443757
Opened 17 years ago
Closed 17 years ago
Extra semicolon in nsMacShellService::SetDefaultBrowser makes "conditional" code unconditional
Categories
(Firefox :: Shell Integration, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: jruderman, Assigned: jruderman)
References
Details
Attachments
(1 file)
|
1023 bytes,
patch
|
asaf
:
review+
|
Details | Diff | Splinter Review |
From the reporter of bug 440771:
browser/components/shell/src/nsMacShellService.cpp:165
if (::CFURLGetFSRef(firefoxURL, &firefoxFSRef)); {
This bug dates to the initial implementation of nsMacShellService::SetDefaultBrowser in bug 274374.
Attachment #328233 -
Flags: review?(mano)
Updated•17 years ago
|
Attachment #328233 -
Flags: review?(mano) → review+
| Assignee | ||
Updated•17 years ago
|
Status: NEW → ASSIGNED
| Assignee | ||
Updated•17 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•