Fix build bustage.
git-svn-id: svn://10.0.0.236/trunk@17893 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -212,7 +212,7 @@ nsHTMLFrameOuterFrame::GetBorderWidth(nsIPresContext& aPresContext)
|
||||
{
|
||||
if (IsInline()) {
|
||||
nsIFrame* firstChild = mFrames.FirstChild();
|
||||
if (nsnull != FirstChild) {
|
||||
if (nsnull != firstChild) {
|
||||
if (eFrameborder_No != ((nsHTMLFrameInnerFrame*)firstChild)->GetFrameBorder(eCompatibility_Standard)) {
|
||||
const nsStyleSpacing* spacing =
|
||||
(const nsStyleSpacing*)mStyleContext->GetStyleData(eStyleStruct_Spacing);
|
||||
|
||||
@@ -212,7 +212,7 @@ nsHTMLFrameOuterFrame::GetBorderWidth(nsIPresContext& aPresContext)
|
||||
{
|
||||
if (IsInline()) {
|
||||
nsIFrame* firstChild = mFrames.FirstChild();
|
||||
if (nsnull != FirstChild) {
|
||||
if (nsnull != firstChild) {
|
||||
if (eFrameborder_No != ((nsHTMLFrameInnerFrame*)firstChild)->GetFrameBorder(eCompatibility_Standard)) {
|
||||
const nsStyleSpacing* spacing =
|
||||
(const nsStyleSpacing*)mStyleContext->GetStyleData(eStyleStruct_Spacing);
|
||||
|
||||
Reference in New Issue
Block a user