Re: [webkit-dev] Crash in RenderLayer related to setStyle() - Questions

2010-07-24 Thread Dimitri Glazkov
Coincidentally, http://webkit.org/coding/dom-element-attach.html :DG< On Sat, Jul 24, 2010 at 9:53 AM, Dan Bernstein wrote: > > On Jul 23, 2010, at 3:48 PM, Alex Milowski wrote: > >> I've identified a crash with the MathML implementation related to use of >> CSS style rules that cause a RenderLa

Re: [webkit-dev] Crash in RenderLayer related to setStyle() - Questions

2010-07-24 Thread Dan Bernstein
On Jul 23, 2010, at 3:48 PM, Alex Milowski wrote: > I've identified a crash with the MathML implementation related to use of > CSS style rules that cause a RenderLayer instance to be created. In the > MathML code's various createRenderer() methods, they always call > RenderObject::setStyle() on

[webkit-dev] Crash in RenderLayer related to setStyle() - Questions

2010-07-23 Thread Alex Milowski
I've identified a crash with the MathML implementation related to use of CSS style rules that cause a RenderLayer instance to be created. In the MathML code's various createRenderer() methods, they always call RenderObject::setStyle() on the object they've just created. When the setStyle() method