From aa42b18cfed9efbe79fc3903fb3bbfde8326cb84 Mon Sep 17 00:00:00 2001 From: "jag%tty.nl" Date: Tue, 25 Jul 2006 01:34:31 +0000 Subject: [PATCH] Expand tab introduced in previous checkin. r=sspitzer git-svn-id: svn://10.0.0.236/trunk@203603 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/layout/base/nsPresShell.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/layout/base/nsPresShell.cpp b/mozilla/layout/base/nsPresShell.cpp index d55edf70662..cb9cbd8889b 100644 --- a/mozilla/layout/base/nsPresShell.cpp +++ b/mozilla/layout/base/nsPresShell.cpp @@ -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)));