Closed
Bug 1965035
Opened 11 months ago
Closed 11 months ago
DohSettingsStore.kt imports WebRTC but it does not use it
Categories
(Firefox for Android :: Browser Engine, defect)
Tracking
()
RESOLVED
FIXED
140 Branch
People
(Reporter: pierov, Assigned: pierov)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
Steps to reproduce
- Disable WebRTC on the mozconfig (
--disable-webrtc) - Build
Expected behavior
The build succeeds.
Actual behavior
The build fails because org.webrtc.EglBase.Context is not found.
Device information
- Firefox version:
- Android device model:
- Android OS version:
Any additional information?
If I understand correctly, that import is not needed.
Indeed this try build succeeded without it.
| Assignee | ||
Comment 1•11 months ago
|
||
Comment 2•11 months ago
|
||
Set release status flags based on info from the regressing bug 1934262
status-firefox138:
--- → affected
status-firefox139:
--- → affected
status-firefox140:
--- → affected
Updated•11 months ago
|
Pushed by mbucher@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/800883aa22b4
Remove an unused WebRTC import from DohSettingsStore. r=sekim,android-reviewers,pollymce
Status: NEW → RESOLVED
Closed: 11 months ago
Resolution: --- → FIXED
Target Milestone: --- → 140 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•