[Webkit-unassigned] [Bug 56393] Without checking existence of the renderer of the element, tries to access the enclosing layer.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 13 06:58:04 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=56393





--- Comment #20 from Alexis Menard <alexis.menard at openbossa.org>  2011-06-13 06:58:04 PST ---
(From update of attachment 96602)
View in context: https://bugs.webkit.org/attachment.cgi?id=96602&action=review

> Source/WebCore/rendering/RenderObject.cpp:528
> +    ASSERT(this);

I don't think this is the right fix. How come the "this" could be null here? In which scenario, the "this" could be null?

I don't think you fix the root of the problem here. I don't understand why this change is needed.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list