Open
Bug 1449475
Opened 7 years ago
Updated 2 years ago
Update naming of LoadInfo::LoadingNode() since it might return null
Categories
(Core :: DOM: Security, enhancement, P3)
Core
DOM: Security
Tracking
()
NEW
People
(Reporter: ckerschb, Unassigned)
References
Details
(Whiteboard: [domsecurity-backlog1])
The LoadingNode() within the LoadInfo is not guaranteed to return a non null value. Within our codebase we usually prepend 'Get' to indiciate the returning value might be null. We should update that to match our coding style.
[1] https://bugzilla.mozilla.org/show_bug.cgi?id=1439713#c33
Reporter | ||
Updated•7 years ago
|
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•