Index: Source/core/rendering/RenderCounter.h |
diff --git a/Source/core/rendering/RenderCounter.h b/Source/core/rendering/RenderCounter.h |
index 7c8d257eb4e570c1e0e3ea3b4bf5ff8b4a47aa85..5dc3049b2e46218eecc696728c462c84da8998a6 100644 |
--- a/Source/core/rendering/RenderCounter.h |
+++ b/Source/core/rendering/RenderCounter.h |
@@ -48,7 +48,7 @@ protected: |
private: |
virtual const char* renderName() const override; |
- virtual bool isCounter() const override; |
+ virtual bool isOfType(RenderObjectType type) const override { return type == RenderObjectCounter || RenderText::isOfType(type); } |
virtual PassRefPtr<StringImpl> originalText() const override; |
// Removes the reference to the CounterNode associated with this renderer. |