Every frame where the frame construction is not controlled by

the display-type needs to be mentioned in IsSpecialContent, canvas in this case, bug 329692 r/sr=bzbarsky
This commit is contained in:
bmlk%gmx.de 2006-03-10 20:03:07 +00:00
Родитель ff2908638d
Коммит d3b9896577
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -3412,7 +3412,8 @@ IsSpecialContent(nsIContent* aContent,
aTag == nsHTMLAtoms::iframe ||
aTag == nsHTMLAtoms::spacer ||
aTag == nsHTMLAtoms::button ||
aTag == nsHTMLAtoms::isindex;
aTag == nsHTMLAtoms::isindex ||
aTag == nsHTMLAtoms::canvas;
}