Bug 72032 - Shrink CSSMutableStyleDeclaration.
Summary: Shrink CSSMutableStyleDeclaration.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Andreas Kling
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-11-10 09:35 PST by Andreas Kling
Modified: 2011-11-10 09:47 PST (History)
2 users (show)

See Also:


Attachments
Patch (4.46 KB, patch)
2011-11-10 09:41 PST, 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 2011-11-10 09:35:25 PST
We can move some bits up into CSSStyleDeclaration and save one CPU word.
Comment 1 Andreas Kling 2011-11-10 09:41:03 PST
Created attachment 114521 [details]
Patch
Comment 2 Antti Koivisto 2011-11-10 09:42:22 PST
Comment on attachment 114521 [details]
Patch

r=me
Comment 3 Andreas Kling 2011-11-10 09:47:41 PST
Committed r99873: <http://trac.webkit.org/changeset/99873>