Check for the |var| element rather than the |variable| element in nsHTMLCopyEncoder::IncludeInContext. (Bug 642716) r=bzbarsky

This commit is contained in:
L. David Baron 2011-03-18 14:02:44 -07:00
Родитель 5970f11790
Коммит 6899411065
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -1471,7 +1471,7 @@ nsHTMLCopyEncoder::IncludeInContext(nsINode *aNode)
tag == nsGkAtoms::dfn || tag == nsGkAtoms::dfn ||
tag == nsGkAtoms::code || tag == nsGkAtoms::code ||
tag == nsGkAtoms::cite || tag == nsGkAtoms::cite ||
tag == nsGkAtoms::variable || tag == nsGkAtoms::var ||
tag == nsGkAtoms::abbr || tag == nsGkAtoms::abbr ||
tag == nsGkAtoms::font || tag == nsGkAtoms::font ||
tag == nsGkAtoms::script || tag == nsGkAtoms::script ||