Closed
Bug 1574681
Opened 5 years ago
Closed 5 years ago
VRManagerChild::GetVRDisplays should be infallible
Categories
(Core :: WebVR, task, P2)
Core
WebVR
Tracking
()
RESOLVED
FIXED
mozilla70
Tracking | Status | |
---|---|---|
firefox70 | --- | fixed |
People
(Reporter: kip, Assigned: kip)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
VRManagerChild::GetVRDisplays returns a bool, when it will always succeed. It should return void so we can clean up code at call-sites.
Assignee | ||
Comment 1•5 years ago
|
||
Pushed by kgilbert@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/812195e86313
VRManagerChild::GetVRDisplays returns void rather than bool r=thomasmo
Comment 3•5 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox70:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla70
You need to log in
before you can comment on or make changes to this bug.
Description
•