mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-06 15:58:39 +09:00
[PALEMOON] Remove instanceof SVGDocument from browser-thumbnails.js
This commit is contained in:
parent
1344bfe691
commit
ec2f2fb3de
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue