Fix misleading indentation. r=attinasi
git-svn-id: svn://10.0.0.236/trunk@78239 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -2782,7 +2782,7 @@ StyleContextImpl::RemapStyle(nsIPresContext* aPresContext, PRBool aRecurse)
|
||||
if (eCompatibility_NavQuirks == quirkMode) {
|
||||
if (((GETSCDATA(Display).mDisplay == NS_STYLE_DISPLAY_TABLE) ||
|
||||
(GETSCDATA(Display).mDisplay == NS_STYLE_DISPLAY_TABLE_CAPTION)) &&
|
||||
(nsnull == mPseudoTag)) {
|
||||
(nsnull == mPseudoTag)) {
|
||||
|
||||
StyleContextImpl* holdParent = mParent;
|
||||
mParent = nsnull; // cut off all inheritance. this really blows
|
||||
|
||||
@@ -2782,7 +2782,7 @@ StyleContextImpl::RemapStyle(nsIPresContext* aPresContext, PRBool aRecurse)
|
||||
if (eCompatibility_NavQuirks == quirkMode) {
|
||||
if (((GETSCDATA(Display).mDisplay == NS_STYLE_DISPLAY_TABLE) ||
|
||||
(GETSCDATA(Display).mDisplay == NS_STYLE_DISPLAY_TABLE_CAPTION)) &&
|
||||
(nsnull == mPseudoTag)) {
|
||||
(nsnull == mPseudoTag)) {
|
||||
|
||||
StyleContextImpl* holdParent = mParent;
|
||||
mParent = nsnull; // cut off all inheritance. this really blows
|
||||
|
||||
@@ -2782,7 +2782,7 @@ StyleContextImpl::RemapStyle(nsIPresContext* aPresContext, PRBool aRecurse)
|
||||
if (eCompatibility_NavQuirks == quirkMode) {
|
||||
if (((GETSCDATA(Display).mDisplay == NS_STYLE_DISPLAY_TABLE) ||
|
||||
(GETSCDATA(Display).mDisplay == NS_STYLE_DISPLAY_TABLE_CAPTION)) &&
|
||||
(nsnull == mPseudoTag)) {
|
||||
(nsnull == mPseudoTag)) {
|
||||
|
||||
StyleContextImpl* holdParent = mParent;
|
||||
mParent = nsnull; // cut off all inheritance. this really blows
|
||||
|
||||
Reference in New Issue
Block a user