build log: ../../Source/WebCore/css/CSSFontFaceSource.cpp:127:47: error: 'm_hasExternalSVGFont' was not declared in this scope ../../Source/WebCore/css/CSSFontFaceSource.cpp:130:103: error: 'm_hasExternalSVGFont' was not declared in this scope m_hasExternalSVGFont is declared inside ENABLE(SVG_FONTS) guard, but used unconditionally here.
more build error after this change: ../../Source/WebCore/loader/cache/CachedResourceLoader.cpp:186:25: error: 'CachedSVGFont' was not declared in this scope ../../Source/WebCore/loader/cache/CachedResourceLoader.cpp:186:56: error: 'SVGFontResource' is not a member of 'WebCore::CachedResource'
Created attachment 241972 [details] Patch
Comment on attachment 241972 [details] Patch Thanks, rs=me.
Comment on attachment 241972 [details] Patch Clearing flags on attachment: 241972 Committed r176410: <http://trac.webkit.org/changeset/176410>
All reviewed patches have been landed. Closing bug.