summaryrefslogtreecommitdiffstats
path: root/WebCore/html/HTMLTableRowElement.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/HTMLTableRowElement.cpp')
-rw-r--r--WebCore/html/HTMLTableRowElement.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/html/HTMLTableRowElement.cpp b/WebCore/html/HTMLTableRowElement.cpp
index e9b5cec..fbc253d 100644
--- a/WebCore/html/HTMLTableRowElement.cpp
+++ b/WebCore/html/HTMLTableRowElement.cpp
@@ -56,7 +56,7 @@ PassRefPtr<HTMLTableRowElement> HTMLTableRowElement::create(const QualifiedName&
int HTMLTableRowElement::rowIndex() const
{
- Node *table = parentNode();
+ ContainerNode* table = parentNode();
if (!table)
return -1;
table = table->parentNode();