[Cocoa] Clean up m_font inside FontPlatformData
Created attachment 254248 [details] Patch
Comment on attachment 254248 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=254248&action=review > Source/WebCore/platform/graphics/FontPlatformData.h:215 > + bool m_isHashTableDeletedValue { false }; If I move this bool down to the rest of them, we get it for free!
Comment on attachment 254248 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=254248&action=review Oh wow, this is so much nicer. r=me >> Source/WebCore/platform/graphics/FontPlatformData.h:215 >> + bool m_isHashTableDeletedValue { false }; > > If I move this bool down to the rest of them, we get it for free! So let's do that too :)
Committed r185200: <http://trac.webkit.org/changeset/185200>