Bug 102615 - Inline the StyledElement constructor.
Summary: Inline the StyledElement constructor.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 102598
  Show dependency treegraph
 
Reported: 2012-11-18 11:48 PST by Andreas Kling
Modified: 2012-11-18 12:25 PST (History)
1 user (show)

See Also:


Attachments
Patch (2.16 KB, patch)
2012-11-18 11:48 PST, Andreas Kling
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.