[Bug 116457] [PATCH] Correct DOM script causes konqueror to crash

Ivor Hewitt ivor at ivor.org
Tue Dec 13 09:21:11 GMT 2005


David Faure wrote:
> On Monday 12 December 2005 22:26, George Staikos wrote:
>> I was not able to get my patch approved by anyone.
> 
> The 2nd hunk is obvious enough, but I have no idea about this one:
> 
>  --- render_list.cpp	(revision 480483)
> +++ render_list.cpp	(working copy)
> @@ -153,6 +153,8 @@
>              if (!m_marker->minMaxKnown())
>                  m_marker->calcMinMaxWidth();
>              recalcMinMaxWidths();
> +            if (lineBoxParent != this)
> +                m_marker = 0;
>          }
>      }
>  }
Control of the m_marker has been passed to the lineBoxParent just above 
so that change should be o.k.


-- 
Ivor
http://www.ivor.it




More information about the kfm-devel mailing list