[Webkit-unassigned] [Bug 37164] Poor rendering on lala.com with frame flattening

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 6 14:59:36 PDT 2010


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





--- Comment #23 from Darin Adler <darin at apple.com>  2010-04-06 14:59:36 PST ---
(From update of attachment 52672)
> +    RenderObject* render = node()->renderer();

The thing here called "render" is the same as "this".

> +    FrameView* view = frame->tree()->top()->view();

I would make this go via page()->mainFrame()->view(). But you'd have to null
check page().

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