Skip to content

Commit

Permalink
Bug 617749 useless null check in nsSVGGlyphFrame::IsAbsolutelyPositioned
Browse files Browse the repository at this point in the history
r=jwatt a=dbaron
  • Loading branch information
timeless@mozdev.org committed Feb 16, 2011
1 parent 07303bb commit a602a2c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions layout/svg/base/src/nsSVGGlyphFrame.cpp
Expand Up @@ -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) {
Expand Down

0 comments on commit a602a2c

Please sign in to comment.