Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / rendering / RenderTextFragment.h
index e81c88d..4f70b42 100644 (file)
@@ -57,6 +57,8 @@ public:
 
     virtual void transformText() OVERRIDE;
 
+    virtual const char* renderName() const OVERRIDE FINAL { return "RenderTextFragment"; }
+
 protected:
     virtual void styleDidChange(StyleDifference, const RenderStyle* oldStyle) OVERRIDE;