From f59e1428bf52e23cea83e6a894aa92f74b14f518 Mon Sep 17 00:00:00 2001 From: nisheeth Date: Thu, 11 Jun 1998 23:39:15 +0000 Subject: [PATCH] Fix for bug 124273. Reviewed by toshok. Commented out call to LO_PopStyleSheetTagByIndex() in lo_RelayoutCell() in laytable.c. This should fix lots of crashes on rendering pages with stylesheets. git-svn-id: svn://10.0.0.236/trunk@3686 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/lib/layout/laytable.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/lib/layout/laytable.c b/mozilla/lib/layout/laytable.c index 8c875456417..3b72fed47a3 100644 --- a/mozilla/lib/layout/laytable.c +++ b/mozilla/lib/layout/laytable.c @@ -3787,7 +3787,7 @@ lo_RelayoutCell(MWContext *context, lo_DocState *state, */ if (relayout == FALSE) { - LO_PopStyleTagByIndex(context, &state, P_TABLE_DATA, 0); + /* LO_PopStyleTagByIndex(context, &state, P_TABLE_DATA, 0); */ } return(cell_ele);