2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-19 09:25:34 +00:00

Bug 1839513 - Pass crash reporter to SessionStorage

This commit is contained in:
Logan Rosen 2023-07-25 23:46:12 -04:00 committed by mergify[bot]
parent 3a55ab9a19
commit ca16f20e7e

View File

@ -210,7 +210,7 @@ class Core(
}
val sessionStorage: SessionStorage by lazyMonitored {
SessionStorage(context, engine = engine)
SessionStorage(context, engine, crashReporter)
}
private val locationService: LocationService by lazyMonitored {