Loading layout/html/base/src/nsBodyFrame.cpp +1 −1 Original line number Original line Diff line number Diff line Loading @@ -524,7 +524,7 @@ AddToPadding(nsIPresContext* aPresContext, NS_METHOD NS_METHOD nsBodyFrame::DidSetStyleContext(nsIPresContext* aPresContext) nsBodyFrame::DidSetStyleContext(nsIPresContext* aPresContext) { { if (0 == (NS_BODY_THE_BODY & mFlags)) { if ((0 == (NS_BODY_THE_BODY & mFlags)) || (nsnull == mContent)) { return NS_OK; return NS_OK; } } Loading Loading
layout/html/base/src/nsBodyFrame.cpp +1 −1 Original line number Original line Diff line number Diff line Loading @@ -524,7 +524,7 @@ AddToPadding(nsIPresContext* aPresContext, NS_METHOD NS_METHOD nsBodyFrame::DidSetStyleContext(nsIPresContext* aPresContext) nsBodyFrame::DidSetStyleContext(nsIPresContext* aPresContext) { { if (0 == (NS_BODY_THE_BODY & mFlags)) { if ((0 == (NS_BODY_THE_BODY & mFlags)) || (nsnull == mContent)) { return NS_OK; return NS_OK; } } Loading