зеркало из https://github.com/mozilla/gecko-dev.git
Bug 617749 useless null check in nsSVGGlyphFrame::IsAbsolutelyPositioned
r=jwatt a=dbaron
This commit is contained in:
Родитель
530cdeae43
Коммит
886e6baebe
|
@ -1310,9 +1310,6 @@ nsSVGGlyphFrame::IsAbsolutelyPositioned()
|
||||||
frame != nsnull;
|
frame != nsnull;
|
||||||
frame = frame->GetParent()) {
|
frame = frame->GetParent()) {
|
||||||
|
|
||||||
if (!frame)
|
|
||||||
break;
|
|
||||||
|
|
||||||
// at the start of a 'text' element
|
// at the start of a 'text' element
|
||||||
// at the start of each 'textPath' element
|
// at the start of each 'textPath' element
|
||||||
if (frame->GetType() == nsGkAtoms::svgTextPathFrame) {
|
if (frame->GetType() == nsGkAtoms::svgTextPathFrame) {
|
||||||
|
|
Загрузка…
Ссылка в новой задаче