[Webkit-unassigned] [Bug 140124] Rename SimpleFontData::AdditionalFontData to SimpleFontData::SVGData

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 6 09:39:37 PST 2015


https://bugs.webkit.org/show_bug.cgi?id=140124

--- Comment #2 from Myles C. Maxfield <mmaxfield at apple.com> ---
Comment on attachment 244061
  --> https://bugs.webkit.org/attachment.cgi?id=244061
patch

View in context: https://bugs.webkit.org/attachment.cgi?id=244061&action=review

> Source/WebCore/platform/graphics/SimpleFontData.h:179
> +    bool isSVGFont() const { return !!m_svgData; }

Is the !! necessary? Won't the bool cast be automatic?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150106/ec1dc3e6/attachment-0002.html>


More information about the webkit-unassigned mailing list