Index: Source/core/css/CSSFontFace.cpp |
diff --git a/Source/core/css/CSSFontFace.cpp b/Source/core/css/CSSFontFace.cpp |
index c8a50671b5e8e62f98c98f8c247df953ef0a81b2..1d07798c97cc140f357dc659cd9eaa3bb6f4b9cc 100644 |
--- a/Source/core/css/CSSFontFace.cpp |
+++ b/Source/core/css/CSSFontFace.cpp |
@@ -63,11 +63,6 @@ void CSSFontFace::fontLoaded(RemoteFontFaceSource* source) |
if (loadStatus() == FontFace::Loading) { |
if (source->ensureFontData()) { |
setLoadStatus(FontFace::Loaded); |
-#if ENABLE(SVG_FONTS) |
- Document* document = m_segmentedFontFace ? m_segmentedFontFace->fontSelector()->document() : 0; |
- if (document && source->isSVGFontFaceSource()) |
- UseCounter::count(*document, UseCounter::SVGFontInCSS); |
-#endif |
} else { |
m_sources.removeFirst(); |
load(); |