[webkit-reviews] review granted: [Bug 98845] GlyphPageTreeNode should use HashMap<OwnPtr>. : [Attachment 167909] Proposed patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 9 21:39:58 PDT 2012


mitz at webkit.org <mitz at webkit.org> has granted Andreas Kling
<kling at webkit.org>'s request for review:
Bug 98845: GlyphPageTreeNode should use HashMap<OwnPtr>.
https://bugs.webkit.org/show_bug.cgi?id=98845

Attachment 167909: Proposed patch
https://bugs.webkit.org/attachment.cgi?id=167909&action=review

------- Additional Comments from mitz at webkit.org <mitz at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=167909&action=review


> Source/WebCore/platform/graphics/GlyphPageTreeNode.cpp:353
> +	   unsigned customFontCount = node->m_customFontCount + 1;
> +	   if (customFontCount) {

Can collapse these two lines into one.


More information about the webkit-reviews mailing list