Closed Bug 779442 Opened 13 years ago Closed 13 years ago

Fix still more nsresult misuse

Categories

(Core :: General, defect)

defect
Not set
minor

Tracking

()

RESOLVED FIXED
mozilla17

People

(Reporter: ayg, Assigned: ayg)

References

Details

Attachments

(1 file)

No description provided.
Attached patch PatchSplinter Review
The imgStatusTracker field here is used as a PRUint32 by all callers that I see. It's evidently meant to contain the values of an anonymous enum member of imgIRequest, so PRUint32 is the right type until someone gives it a name. I'm not totally sure that the nsUrlClassifierStore change doesn't need module peer review -- it might be unintentional that it returns NS_OK.
Attachment #647892 - Flags: review?(ehsan)
Comment on attachment 647892 [details] [diff] [review] Patch (No part 2 intended here.)
Attachment #647892 - Attachment description: Patch part 1 -- Fix a few more incorrect uses of nsresult → Patch
Attachment #647892 - Flags: review?(ehsan) → review+
Flags: in-testsuite-
Target Milestone: --- → mozilla17
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: