Bug 136233

Summary: Minor style tweak on StyleResolveTree
Product: WebKit Reporter: Benjamin Poulain <benjamin>
Component: New BugsAssignee: Benjamin Poulain <benjamin>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch sam: review+

Description Benjamin Poulain 2014-08-25 14:16:42 PDT
Minor style tweak on StyleResolveTree
Comment 1 Benjamin Poulain 2014-08-25 14:18:12 PDT
Created attachment 237105 [details]
Patch
Comment 2 Sam Weinig 2014-08-25 14:41:52 PDT
Comment on attachment 237105 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=237105&action=review

> Source/WebCore/style/StyleResolveTree.cpp:934
> +            if (RenderObject *childRenderer = child->renderer())

The * is on the wrong side.
Comment 3 Benjamin Poulain 2014-08-26 17:02:09 PDT
Committed r172985: <http://trac.webkit.org/changeset/172985>