Expand tab introduced in previous checkin. r=sspitzer

git-svn-id: svn://10.0.0.236/trunk@203603 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jag%tty.nl
2006-07-25 01:34:31 +00:00
parent 08d7c855fa
commit aa42b18cfe

View File

@@ -2393,7 +2393,7 @@ PresShell::SetPrefNoScriptRule()
// see bug #342439 for more details
PRBool scriptEnabled = mDocument->IsScriptEnabled() ||
((mPresContext->Type() == nsPresContext::eContext_PrintPreview ||
mPresContext->Type() == nsPresContext::eContext_Print) &&
mPresContext->Type() == nsPresContext::eContext_Print) &&
NS_PTR_TO_INT32(mDocument->GetProperty(
nsLayoutAtoms::scriptEnabledBeforePrintPreview)));