diff options
author | Matt A. Tobin <email@mattatobin.com> | 2018-06-28 15:50:23 -0400 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2018-06-28 15:50:23 -0400 |
commit | 7664308ab16560fc25622ef68810300233d39fa9 (patch) | |
tree | b26a7dc3a9490a10ada2f544327196ed887b472e /toolkit/modules | |
parent | ddea4710991d889a1c049835442a15fed026de9e (diff) | |
download | UXP-7664308ab16560fc25622ef68810300233d39fa9.tar UXP-7664308ab16560fc25622ef68810300233d39fa9.tar.gz UXP-7664308ab16560fc25622ef68810300233d39fa9.tar.lz UXP-7664308ab16560fc25622ef68810300233d39fa9.tar.xz UXP-7664308ab16560fc25622ef68810300233d39fa9.zip |
Add HYPE_ICEWEASEL where appropriate
Diffstat (limited to 'toolkit/modules')
-rw-r--r-- | toolkit/modules/NewTabUtils.jsm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/modules/NewTabUtils.jsm b/toolkit/modules/NewTabUtils.jsm index e452a6fb2..548d87dda 100644 --- a/toolkit/modules/NewTabUtils.jsm +++ b/toolkit/modules/NewTabUtils.jsm @@ -249,7 +249,7 @@ var AllPages = { * Returns whether the history tiles are enhanced. */ get enhanced() { -#ifdef MC_BASILISK +#if defined(MC_BASILISK) || defined(HYPE_ICEWEASEL) // Hard-block the use of sponsored tiles. return false; #else |