[Webkit-unassigned] [Bug 103175] Make renderer construction less generic

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Nov 24 11:46:34 PST 2012


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





--- Comment #9 from Elliott Sprehn <esprehn at chromium.org>  2012-11-24 11:48:41 PST ---
(In reply to comment #8)
> (From update of attachment 175855 [details])
> ...
> > Source/WebCore/dom/Element.cpp:1102
> > +    return (document()->documentElement() == this) || (context.style()->display() != NONE);
> 
> I didn't know that the body always got a render?  Interesting.

That's actually the document element so it would be the <html> element, but that's broken right now. See: https://bugs.webkit.org/show_bug.cgi?id=102975#c10

-- 
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