Bug 617749 useless null check in nsSVGGlyphFrame::IsAbsolutelyPositioned

r=jwatt a=dbaron
This commit is contained in:
timeless@mozdev.org 2011-02-15 23:52:55 -08:00
Родитель 530cdeae43
Коммит 886e6baebe
1 изменённых файлов: 0 добавлений и 3 удалений

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

@ -1310,9 +1310,6 @@ nsSVGGlyphFrame::IsAbsolutelyPositioned()
frame != nsnull;
frame = frame->GetParent()) {
if (!frame)
break;
// at the start of a 'text' element
// at the start of each 'textPath' element
if (frame->GetType() == nsGkAtoms::svgTextPathFrame) {