Closed Bug 289181 Opened 19 years ago Closed 19 years ago

bad line in nsCacheService.cpp

Categories

(Core :: Networking: Cache, defect, P2)

x86
All
defect

Tracking

()

VERIFIED FIXED
mozilla1.8beta2

People

(Reporter: csthomas, Assigned: csthomas)

Details

Attachments

(1 file)

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
Attachment #179774 - Flags: superreview?(darin)
Attachment #179774 - Flags: review+
Status: NEW → ASSIGNED
Priority: -- → P2
Target Milestone: --- → mozilla1.8beta2
Attachment #179774 - Flags: superreview?(darin) → superreview+
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: 19 years ago
QA Contact: networking.cache → technutz
Resolution: --- → FIXED
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.

Attachment

General

Created:
Updated:
Size: