Bug 204889
Summary: | Use std::array instead of WTF::Vector in CSSValuePool | ||
---|---|---|---|
Product: | WebKit | Reporter: | Chris Lord <clord> |
Component: | CSS | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | ahmad.saleem792, cdumez, koivisto |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Chris Lord
We can save memory by using an array in CSSValuePool - this was discussed in bug 204520.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Ahmad Saleem
@Chris & @Antti - is it something applicable today?