[Webkit-unassigned] [Bug 120078] Replace NodeRenderingContext with RenderStyle& as shouldCreateRenderer() argument

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 20 14:11:06 PDT 2013


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


Darin Adler <darin at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #209219|review?                     |review+
               Flag|                            |




--- Comment #2 from Darin Adler <darin at apple.com>  2013-08-20 14:10:35 PST ---
(From update of attachment 209219)
View in context: https://bugs.webkit.org/attachment.cgi?id=209219&action=review

> Source/WebCore/html/HTMLMediaElement.cpp:558
> +    return controls() ? HTMLElement::rendererIsNeeded(style) : false;

I like && better than ? : for cases like this.

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