Bug 102615

Summary: Inline the StyledElement constructor.
Product: WebKit Reporter: Andreas Kling <kling>
Component: DOMAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 102598    
Attachments:
Description Flags
Patch none

Description Andreas Kling 2012-11-18 11:48:08 PST
StyeldElement::StyledElement() is out of line for no good reason.
Comment 1 Andreas Kling 2012-11-18 11:48:45 PST
Created attachment 174851 [details]
Patch
Comment 2 Antti Koivisto 2012-11-18 11:50:30 PST
Comment on attachment 174851 [details]
Patch

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

> Source/WebCore/dom/StyledElement.h:63
> +    {
> +    }

Good job.
Comment 3 WebKit Review Bot 2012-11-18 12:25:40 PST
Comment on attachment 174851 [details]
Patch

Clearing flags on attachment: 174851

Committed r135078: <http://trac.webkit.org/changeset/135078>
Comment 4 WebKit Review Bot 2012-11-18 12:25:43 PST
All reviewed patches have been landed.  Closing bug.