diff options
author | wolfbeast <mcwerewolf@wolfbeast.com> | 2019-02-05 11:00:30 +0100 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2019-02-05 11:00:30 +0100 |
commit | f560671b66bd34b1f2271432adf945aee887c933 (patch) | |
tree | d9f914eaa8e024f7970c8eb08863d69d36a453a0 /toolkit/components/thumbnails/BackgroundPageThumbs.jsm | |
parent | 5fde5ba78eece73f54803786a6e3a41085211b6e (diff) | |
download | UXP-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.jsm | 3 |
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 = { /** |