GSFontAddCGFont is deprecated and we use it in DumpRenderTree
Created attachment 233470 [details] Patch
CTFontManagerRegisterGraphicsFont is preferable.
Created attachment 234088 [details] Patch
Comment on attachment 234088 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=234088&action=review > Tools/DumpRenderTree/mac/DumpRenderTree.mm:535 > fprintf(stderr, "Failed to add CGFont to GraphicsServices for the %s font.\n", sectionName.c_str()); Shouldn't this print error details?
Comment on attachment 234088 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=234088&action=review >> Tools/DumpRenderTree/mac/DumpRenderTree.mm:535 >> fprintf(stderr, "Failed to add CGFont to GraphicsServices for the %s font.\n", sectionName.c_str()); > > Shouldn't this print error details? Can also remove GSFont header
http://trac.webkit.org/changeset/170623