Fix build bustage inside |#ifdef DEBUG_dbaron|. (Not part of build.)
git-svn-id: svn://10.0.0.236/trunk@134884 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
a84c178b46
commit
628288dc8a
@ -940,7 +940,7 @@ NS_IMETHODIMP StyleSetImpl::EnableQuirkStyleSheet(PRBool aEnable)
|
||||
mQuirkStyleSheet->GetApplicable(applicableNow);
|
||||
NS_ASSERTION(count == 0 || aEnable == applicableNow,
|
||||
"enabling/disabling quirk stylesheet too late or incomplete quirk stylesheet");
|
||||
if (count != 0 && aEnable == enabledNow)
|
||||
if (count != 0 && aEnable == applicableNow)
|
||||
printf("WARNING: We set the quirks mode too many times.\n"); // we do!
|
||||
#endif
|
||||
mQuirkStyleSheet->SetEnabled(aEnable);
|
||||
|
||||
@ -940,7 +940,7 @@ NS_IMETHODIMP StyleSetImpl::EnableQuirkStyleSheet(PRBool aEnable)
|
||||
mQuirkStyleSheet->GetApplicable(applicableNow);
|
||||
NS_ASSERTION(count == 0 || aEnable == applicableNow,
|
||||
"enabling/disabling quirk stylesheet too late or incomplete quirk stylesheet");
|
||||
if (count != 0 && aEnable == enabledNow)
|
||||
if (count != 0 && aEnable == applicableNow)
|
||||
printf("WARNING: We set the quirks mode too many times.\n"); // we do!
|
||||
#endif
|
||||
mQuirkStyleSheet->SetEnabled(aEnable);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user