Closed
Bug 1421678
Opened 7 years ago
Closed 7 years ago
Get rid of a warning message in nsFileInputStream DTOR
Categories
(Core :: DOM: Core & HTML, enhancement, P2)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla59
Tracking | Status | |
---|---|---|
firefox59 | --- | fixed |
People
(Reporter: baku, Assigned: baku)
Details
Attachments
(1 file)
3.30 KB,
patch
|
qdot
:
review+
|
Details | Diff | Splinter Review |
In the DTOR of nsFileInputStream, Close() is executed, and this tries to call Tell() in order to rewind the stream. This is not needed in the DTOR and we can avoid having a warning message for this.
Assignee | ||
Comment 1•7 years ago
|
||
Attachment #8932965 -
Flags: review?(kyle)
Updated•7 years ago
|
Attachment #8932965 -
Flags: review?(kyle) → review+
Updated•7 years ago
|
Priority: -- → P2
Pushed by amarchesini@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/be95a1123de4
Get rid of nsFileInputStream::Tell warning message when nsFileInputStream is destroyed, r=qdot
Comment 3•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox59:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla59
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•