[PALEMOON] Remove instanceof SVGDocument from browser-thumbnails.js

This commit is contained in:
NTD 2018-04-07 12:34:18 -04:00 committed by Roy Tam
commit ec2f2fb3de

View file

@ -142,7 +142,7 @@ let gBrowserThumbnails = {
// FIXME Bug 720575 - Don't capture thumbnails for SVG or XML documents as
// that currently regresses Talos SVG tests.
if (doc instanceof SVGDocument || doc instanceof XMLDocument)
if (doc instanceof XMLDocument)
return false;
// There's no point in taking screenshot of loading pages.