Undo accidentally commited '0 &&' clause

This commit is contained in:
vladimir%pobox.com 2006-09-11 19:14:38 +00:00
Родитель faf61a0111
Коммит cc89580ffb
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -2470,7 +2470,7 @@ nsCanvasRenderingContext2D::DrawWindow(nsIDOMWindow* aWindow, PRInt32 aX, PRInt3
mThebesContext->SetOperator(gfxContext::OPERATOR_OVER);
nsIFrame* rootFrame = presShell->FrameManager()->GetRootFrame();
if (0 && rootFrame) {
if (rootFrame) {
nsRect r(aX, aY, aW, aH);
r.ScaleRoundOut(presContext->PixelsToTwips());