diff --git a/mobile/android/chrome/content/aboutPrivateBrowsing.js b/mobile/android/chrome/content/aboutPrivateBrowsing.js index 9b04825309c..0c8fce873b9 100644 --- a/mobile/android/chrome/content/aboutPrivateBrowsing.js +++ b/mobile/android/chrome/content/aboutPrivateBrowsing.js @@ -9,7 +9,7 @@ const Cu = Components.utils; Cu.import("resource://gre/modules/PrivateBrowsingUtils.jsm"); -if (!PrivateBrowsingUtils.isWindowPrivate(window)) { +if (!PrivateBrowsingUtils.isContentWindowPrivate(window)) { document.addEventListener("DOMContentLoaded", function () { document.body.setAttribute("class", "normal"); }, false);