[webkit-reviews] review granted: [Bug 22093] Don't keep decoded stylesheet data in cache : [Attachment 24966] fix the regression

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 6 23:11:33 PST 2008


mitz at webkit.org has granted Antti Koivisto <koivisto at iki.fi>'s request for
review:
Bug 22093: Don't keep decoded stylesheet data in cache
https://bugs.webkit.org/show_bug.cgi?id=22093

Attachment 24966: fix the regression
https://bugs.webkit.org/attachment.cgi?id=24966&action=edit

------- Additional Comments from mitz at webkit.org
You could use a file static for the decoded text and save the cost of a String
in every CachedCSSStyleSheet, but would not be very elegant.

+     if (!m_decodedSheetText.isNull())

I thought you could write just if (m_decodedSheetText) but perhaps you can't.

r=me


More information about the webkit-reviews mailing list