Index: Source/core/accessibility/AccessibilityTableRow.cpp |
diff --git a/Source/core/accessibility/AccessibilityTableRow.cpp b/Source/core/accessibility/AccessibilityTableRow.cpp |
index 89da3f7963f726d03f0c926b7ff3d53a02b5d58f..1d919e0a0720200f66b50b2add1a455a5bd2dd2f 100644 |
--- a/Source/core/accessibility/AccessibilityTableRow.cpp |
+++ b/Source/core/accessibility/AccessibilityTableRow.cpp |
@@ -118,7 +118,7 @@ AccessibilityObject* AccessibilityTableRow::headerObject() |
if (!cell->isTableCell()) |
return 0; |
- RenderObject* cellRenderer = static_cast<AccessibilityTableCell*>(cell)->renderer(); |
+ RenderObject* cellRenderer = toAccessibilityTableCell(cell)->renderer(); |
if (!cellRenderer) |
return 0; |