Bug 73747 - Keep CSSInheritedValue in the CSS value pool.
Summary: Keep CSSInheritedValue in the CSS value pool.
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-12-03 10:23 PST by Andreas Kling
Modified: 2011-12-03 13:45 PST (History)
2 users (show)

See Also:


Attachments
Patch (3.59 KB, patch)
2011-12-03 10:24 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 2011-12-03 10:23:20 PST
One instance of CSSInheritedValue per document is enough, so let's have CSSValuePool offer it.
Comment 1 Andreas Kling 2011-12-03 10:24:04 PST
Created attachment 117765 [details]
Patch
Comment 2 Antti Koivisto 2011-12-03 11:01:56 PST
Comment on attachment 117765 [details]
Patch

r=me
Comment 3 Andreas Kling 2011-12-03 13:45:42 PST
Comment on attachment 117765 [details]
Patch

Clearing flags on attachment: 117765

Committed r101934: <http://trac.webkit.org/changeset/101934>
Comment 4 Andreas Kling 2011-12-03 13:45:51 PST
All reviewed patches have been landed.  Closing bug.