Closed
Bug 1314033
Opened 9 years ago
Closed 9 years ago
createObjectURL claims to return a nullable string, but never returns null in practice
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla52
| Tracking | Status | |
|---|---|---|
| firefox52 | --- | fixed |
People
(Reporter: bzbarsky, Assigned: bzbarsky)
Details
Attachments
(1 file)
|
1.14 KB,
patch
|
baku
:
review+
|
Details | Diff | Splinter Review |
Oh, and per spec the return value is never null, either.
| Assignee | ||
Comment 1•9 years ago
|
||
Attachment #8805953 -
Flags: review?(amarchesini)
Updated•9 years ago
|
Attachment #8805953 -
Flags: review?(amarchesini) → review+
Pushed by bzbarsky@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/822b14b07c0d
createObjectURL should not return a nullable string. r=baku
Comment 3•9 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla52
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
•