summaryrefslogtreecommitdiffstats
path: root/toolkit/components/thumbnails/BackgroundPageThumbs.jsm
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@wolfbeast.com>2019-02-05 11:00:30 +0100
committerwolfbeast <mcwerewolf@wolfbeast.com>2019-02-05 11:00:30 +0100
commitf560671b66bd34b1f2271432adf945aee887c933 (patch)
treed9f914eaa8e024f7970c8eb08863d69d36a453a0 /toolkit/components/thumbnails/BackgroundPageThumbs.jsm
parent5fde5ba78eece73f54803786a6e3a41085211b6e (diff)
downloadUXP-f560671b66bd34b1f2271432adf945aee887c933.tar
UXP-f560671b66bd34b1f2271432adf945aee887c933.tar.gz
UXP-f560671b66bd34b1f2271432adf945aee887c933.tar.lz
UXP-f560671b66bd34b1f2271432adf945aee887c933.tar.xz
UXP-f560671b66bd34b1f2271432adf945aee887c933.zip
Include blankthumb in the correct file.
Diffstat (limited to 'toolkit/components/thumbnails/BackgroundPageThumbs.jsm')
-rw-r--r--toolkit/components/thumbnails/BackgroundPageThumbs.jsm3
1 files changed, 3 insertions, 0 deletions
diff --git a/toolkit/components/thumbnails/BackgroundPageThumbs.jsm b/toolkit/components/thumbnails/BackgroundPageThumbs.jsm
index 3eec9827d..3ba0c346c 100644
--- a/toolkit/components/thumbnails/BackgroundPageThumbs.jsm
+++ b/toolkit/components/thumbnails/BackgroundPageThumbs.jsm
@@ -41,6 +41,9 @@ XPCOMUtils.defineLazyModuleGetter(this, "ContextualIdentityService",
"resource://gre/modules/ContextualIdentityService.jsm");
const global = this;
+// contains base64 version of a placeholder thumbnail
+#include blankthumb.inc
+
const BackgroundPageThumbs = {
/**