Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / platform / fonts / FontData.h
index 8342906..636dfbb 100644 (file)
@@ -59,10 +59,6 @@ public:
     void setMaxGlyphPageTreeLevel(unsigned level) const { m_maxGlyphPageTreeLevel = level; }
     unsigned maxGlyphPageTreeLevel() const { return m_maxGlyphPageTreeLevel; }
 
-#ifndef NDEBUG
-    virtual String description() const = 0;
-#endif
-
 private:
     mutable unsigned m_maxGlyphPageTreeLevel;
 };