[iOS] [OSX] Don't transcode WOFF on platforms that support it natively
Created attachment 234881 [details] Patch
Comment on attachment 234881 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=234881&action=review > Source/WebCore/loader/cache/CachedFont.cpp:102 > +#if (!PLATFORM(MAC) || __MAC_OS_X_VERSION_MIN_REQUIRED <= 1090) && !PLATFORM(IOS) __IPHONE_OS_VERSION_MIN_REQUIRED
Created attachment 234892 [details] Patch
Comment on attachment 234892 [details] Patch r=me
http://trac.webkit.org/changeset/171375