Index: Source/core/rendering/RenderObject.h |
diff --git a/Source/core/rendering/RenderObject.h b/Source/core/rendering/RenderObject.h |
index 5f1b917a328edec2ab2e713e8cb330761436399a..28388b1b45cb305014ea167a15889702965838dd 100644 |
--- a/Source/core/rendering/RenderObject.h |
+++ b/Source/core/rendering/RenderObject.h |
@@ -394,7 +394,6 @@ public: |
virtual bool isRubyRun() const { return false; } |
virtual bool isRubyText() const { return false; } |
virtual bool isSlider() const { return false; } |
- virtual bool isSliderThumb() const { return false; } |
virtual bool isTable() const { return false; } |
virtual bool isTableCaption() const { return false; } |
virtual bool isTableCell() const { return false; } |