Bug 1074410 - Remove a use of isWindowPrivate (r=margaret)

This commit is contained in:
Bill McCloskey 2014-09-30 13:53:59 -07:00
parent 8e4f0e8a60
commit d60cf0a33f

View File

@ -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);