Closed
Bug 1613465
Opened 6 years ago
Closed 6 years ago
Remove null check of new XPCWrappedNativeProto
Categories
(Core :: XPConnect, task, P3)
Core
XPConnect
Tracking
()
RESOLVED
FIXED
mozilla75
Tracking | Status | |
---|---|---|
firefox75 | --- | fixed |
People
(Reporter: mccr8, Assigned: mccr8)
Details
Attachments
(1 file)
I noticed this while I was looking at some code. It is a very trivial patch.
I spot checked some other places we call "new" in the XPConnect directory, and I found a place where we null check the result of "new XPCNativeMember[totalCount]".
Assignee | ||
Comment 1•6 years ago
|
||
Pushed by amccreight@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/660e388dd506
Remove two null checks of infallible new in XPConnect. r=nika
Comment 3•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox75:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla75
You need to log in
before you can comment on or make changes to this bug.
Description
•