[webkit-reviews] review granted: [Bug 130572] Operator stretching: expose a math data API : [Attachment 227629] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 24 09:13:50 PDT 2014


chris fleizach <cfleizach at apple.com> has granted Frédéric Wang
<fred.wang at free.fr>'s request for review:
Bug 130572: Operator stretching: expose a math data API
https://bugs.webkit.org/show_bug.cgi?id=130572

Attachment 227629: Patch
https://bugs.webkit.org/attachment.cgi?id=227629&action=review

------- Additional Comments from chris fleizach <cfleizach at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=227629&action=review


> Source/WebCore/platform/graphics/opentype/OpenTypeMathData.h:44
> +    bool hasMathData() const { return !!m_mathBuffer; }

should this just be return m_mathBuffer.get(), instead of !!


More information about the webkit-reviews mailing list