Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / svg / SVGFontElement.cpp
index 17fbfef..f31658b 100644 (file)
@@ -59,11 +59,6 @@ void SVGFontElement::invalidateGlyphCache()
     m_isGlyphCacheValid = false;
 }
 
-SVGMissingGlyphElement* SVGFontElement::firstMissingGlyphElement() const
-{
-    return Traversal<SVGMissingGlyphElement>::firstChild(*this);
-}
-
 void SVGFontElement::registerLigaturesInGlyphCache(Vector<String>& ligatures)
 {
     ASSERT(!ligatures.isEmpty());