diff options
Diffstat (limited to 'WebCore/html/HTMLTableCaptionElement.cpp')
-rw-r--r-- | WebCore/html/HTMLTableCaptionElement.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/html/HTMLTableCaptionElement.cpp b/WebCore/html/HTMLTableCaptionElement.cpp index 7bc190e..b6c9c73 100644 --- a/WebCore/html/HTMLTableCaptionElement.cpp +++ b/WebCore/html/HTMLTableCaptionElement.cpp @@ -52,7 +52,7 @@ void HTMLTableCaptionElement::parseMappedAttribute(MappedAttribute *attr) { if (attr->name() == alignAttr) { if (!attr->value().isEmpty()) - addCSSProperty(attr, CSS_PROP_CAPTION_SIDE, attr->value()); + addCSSProperty(attr, CSSPropertyCaptionSide, attr->value()); } else HTMLElement::parseMappedAttribute(attr); } |