Bug 114763 - EditingStyle: Avoid some unnecessary CSSStyleDeclaration wrappers.
Summary: EditingStyle: Avoid some unnecessary CSSStyleDeclaration wrappers.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: HTML Editing (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Andreas Kling
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-17 13:42 PDT by Andreas Kling
Modified: 2013-04-18 07:23 PDT (History)
1 user (show)

See Also:


Attachments
Patch (2.66 KB, patch)
2013-04-17 15:07 PDT, Andreas Kling
koivisto: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Kling 2013-04-17 13:42:20 PDT
Spotted some unnecessary StylePropertySet::ensureCSSStyleDeclaration() calls in EditingStyle while passing through.
Comment 1 Andreas Kling 2013-04-17 15:07:47 PDT
Created attachment 198615 [details]
Patch
Comment 2 Andreas Kling 2013-04-18 07:23:12 PDT
Committed r148675: <http://trac.webkit.org/changeset/148675>