From d000582645420f89a0f9ed775c0aa9ad9fdeac6e Mon Sep 17 00:00:00 2001 From: "kipp%netscape.com" Date: Mon, 3 Aug 1998 18:12:42 +0000 Subject: [PATCH] Undid previous change because it didn't work right (doh) --- layout/css/layout/src/nsCSSLineLayout.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layout/css/layout/src/nsCSSLineLayout.h b/layout/css/layout/src/nsCSSLineLayout.h index 927cc6fb074d..27a91ed77d5f 100644 --- a/layout/css/layout/src/nsCSSLineLayout.h +++ b/layout/css/layout/src/nsCSSLineLayout.h @@ -28,7 +28,7 @@ struct nsStylePosition; // This structure represents a run of text. In mText are the // nsIFrame's that are considered text frames. struct nsCSSTextRun { - nsCSSTextRun() : mArray(10) { + nsCSSTextRun() { mNext = nsnull; }