Bug 431520 followup. Actually return a value!

This commit is contained in:
Boris Zbarsky 2008-07-29 01:17:28 -07:00
parent 5eedf39759
commit cf97a35f54

View File

@ -11168,6 +11168,8 @@ nsCSSFrameConstructor::ShouldHaveFirstLineStyle(nsIContent* aContent,
(namespaceID != kNameSpaceID_XHTML &&
!aContent->IsNodeOfType(nsINode::eHTML));
}
return hasFirstLine;
}
void