Rename FontCascade::spaceWidth() to FontCascade::spaceWidthOfPrimaryFont()
Created attachment 450609 [details] Patch
Created attachment 450612 [details] Patch
Comment on attachment 450612 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=450612&action=review > Source/WebCore/platform/graphics/FontCascade.h:167 > + float spaceWidthOfPrimaryFont() const { return primaryFont().spaceWidth() + m_letterSpacing; } This probably isn't a great name, because it includes letter spacing.
*** This bug has been marked as a duplicate of bug 236007 ***