Closed
Bug 289181
Opened 20 years ago
Closed 20 years ago
bad line in nsCacheService.cpp
Categories
(Core :: Networking: Cache, defect, P2)
Tracking
()
VERIFIED
FIXED
mozilla1.8beta2
People
(Reporter: csthomas, Assigned: csthomas)
Details
Attachments
(1 file)
904 bytes,
patch
|
csthomas
:
review+
darin.moz
:
superreview+
|
Details | Diff | Splinter Review |
http://lxr.mozilla.org/seamonkey/source/netwerk/cache/src/nsCacheService.cpp#203
200 // remove Observer Service observers
201 nsCOMPtr<nsIObserverService> observerService =
do_GetService("@mozilla.org/observer-service;1", &rv);
202 if (NS_FAILED(rv)) return rv;
203 NS_ENSURE_ARG(observerService);
<biesi> r=me to remove the line
<biesi> get sr=darin
Assignee | ||
Comment 1•20 years ago
|
||
Attachment #179774 -
Flags: superreview?(darin)
Attachment #179774 -
Flags: review+
Assignee | ||
Updated•20 years ago
|
Status: NEW → ASSIGNED
Priority: -- → P2
Target Milestone: --- → mozilla1.8beta2
Updated•20 years ago
|
Attachment #179774 -
Flags: superreview?(darin) → superreview+
Assignee | ||
Comment 2•20 years ago
|
||
Checking in mozilla/netwerk/cache/src/nsCacheService.cpp;
/cvsroot/mozilla/netwerk/cache/src/nsCacheService.cpp,v <-- nsCacheService.cpp
new revision: 1.90; previous revision: 1.89
done
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
QA Contact: networking.cache → technutz
Resolution: --- → FIXED
Comment 3•20 years ago
|
||
Verified FIXED:
LXR shows that line 203 is blank now.
http://lxr.mozilla.org/seamonkey/source/netwerk/cache/src/nsCacheService.cpp#203
201 nsCOMPtr<nsIObserverService> observerService =
do_GetService("@mozilla.org/observer-service;1", &rv);
202 if (NS_FAILED(rv)) return rv;
203
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•