Commit 34b456f2 authored by Timothy Nikkel's avatar Timothy Nikkel
Browse files

Bug 1733520. Use Services.appinfo.fissionAutostart instead of...

Bug 1733520. Use Services.appinfo.fissionAutostart instead of getBoolPref("fission.autostart") to detect fission. r=hiro

I think this is the correct way to do it.

Differential Revision: https://phabricator.services.mozilla.com/D127220
parent 8e8f11e1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -789,7 +789,7 @@ function getHitTestConfig() {
      (SpecialPowers.getBoolPref(
        "apz.wr.activate_all_scroll_frames_when_fission"
      ) &&
        SpecialPowers.getBoolPref("fission.autostart"));
        SpecialPowers.Services.appinfo.fissionAutostart);

    window.hitTestConfig = {
      utils,