Chromium Code Reviews| Index: Source/core/rendering/RenderObject.h |
| diff --git a/Source/core/rendering/RenderObject.h b/Source/core/rendering/RenderObject.h |
| index 16264201d1ada3c0f0700e92de4cf91429c8f572..08ab5459e1a7d99b9b076e9298a70897e3e122ce 100644 |
| --- a/Source/core/rendering/RenderObject.h |
| +++ b/Source/core/rendering/RenderObject.h |
| @@ -373,6 +373,7 @@ public: |
| bool isBody() const; |
| bool isHR() const; |
| bool isLegend() const; |
| + bool isTableTag() const; |
| bool isTablePart() const { return isTableCell() || isRenderTableCol() || isTableCaption() || isTableRow() || isTableSection(); } |