Index: Source/core/html/HTMLTableColElement.cpp |
diff --git a/Source/core/html/HTMLTableColElement.cpp b/Source/core/html/HTMLTableColElement.cpp |
index f8c8095d44c7fb02f6955a9e8888f71695e81544..42a49172903531d665c87418288090d6e3acf65f 100644 |
--- a/Source/core/html/HTMLTableColElement.cpp |
+++ b/Source/core/html/HTMLTableColElement.cpp |
@@ -82,7 +82,7 @@ void HTMLTableColElement::parseAttribute(const QualifiedName& name, const Atomic |
const StylePropertySet* HTMLTableColElement::additionalPresentationAttributeStyle() |
{ |
- if (!hasLocalName(colgroupTag)) |
+ if (!hasTagName(colgroupTag)) |
return 0; |
if (HTMLTableElement* table = findParentTable()) |
return table->additionalGroupStyle(false); |