summaryrefslogtreecommitdiff
path: root/browser/components/sessionstore
diff options
context:
space:
mode:
authorjanekptacijarabaci <janekptacijarabaci@seznam.cz>2017-04-22 19:11:44 +0200
committerjanekptacijarabaci <janekptacijarabaci@seznam.cz>2017-04-22 19:11:44 +0200
commitdd3c762cf42983a3ecfd52f2bdf0b898b83210de (patch)
tree0ccceef1fb29f9cf4d2a827b733b302fa71c233b /browser/components/sessionstore
parenta39d187d9af1571e232ef47dcfaf2e1904fb7c60 (diff)
downloadpalemoon-gre-dd3c762cf42983a3ecfd52f2bdf0b898b83210de.tar.gz
hasRootDomain: nsPrivateBrowsingService.js -> ForgetAboutSite.jsm
Diffstat (limited to 'browser/components/sessionstore')
-rw-r--r--browser/components/sessionstore/SessionStore.jsm2
1 files changed, 1 insertions, 1 deletions
diff --git a/browser/components/sessionstore/SessionStore.jsm b/browser/components/sessionstore/SessionStore.jsm
index 42b381539..1a5961ef7 100644
--- a/browser/components/sessionstore/SessionStore.jsm
+++ b/browser/components/sessionstore/SessionStore.jsm
@@ -4691,7 +4691,7 @@ SessionStoreSHistoryListener.prototype = {
}
}
-// see nsPrivateBrowsingService.js
+// See toolkit/forgetaboutsite/ForgetAboutSite.jsm
String.prototype.hasRootDomain = function hasRootDomain(aDomain) {
let index = this.indexOf(aDomain);
if (index == -1)