https://searchfox.org/mozilla-central/rev/59de675101da711520c0bb6e34a1ea2372e7ddbb/layout/generic/nsBlockFrame.cpp#6854-6855 I _think_ this is because we're checking `PresContext()->IsChrome()` instead of `ShouldUseChromePrefs` meaning all the logic added for DevTools in bug 1575766 isn't taken in account. I don't have a full build so I can't check :)
Bug 1593449 Comment 0 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
https://searchfox.org/mozilla-central/rev/59de675101da711520c0bb6e34a1ea2372e7ddbb/layout/generic/nsBlockFrame.cpp#6854-6855 I _think_ this is because we're checking against `PresContext()->IsChrome()` instead of `ShouldUseChromePrefs` meaning all the logic added for DevTools in bug 1575766 isn't taken in account. I don't have a full build so I can't check :)
https://searchfox.org/mozilla-central/rev/59de675101da711520c0bb6e34a1ea2372e7ddbb/layout/generic/nsBlockFrame.cpp#6854-6855 I _think_ this is because we're checking against `PresContext()->IsChrome()` instead of `ShouldUseChromePrefs` meaning all the logic added for DevTools in bug 1575766 isn't taken in account.