Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / html / HTMLTableColElement.cpp
index 5094868..42a4917 100644 (file)
@@ -30,7 +30,7 @@
 #include "core/html/HTMLTableElement.h"
 #include "core/rendering/RenderTableCol.h"
 
-namespace WebCore {
+namespace blink {
 
 using namespace HTMLNames;
 
@@ -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);