summaryrefslogtreecommitdiffstats
path: root/WebCore/html/HTMLTablePartElement.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/html/HTMLTablePartElement.cpp')
-rw-r--r--WebCore/html/HTMLTablePartElement.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/html/HTMLTablePartElement.cpp b/WebCore/html/HTMLTablePartElement.cpp
index 035f9ff..4070de9 100644
--- a/WebCore/html/HTMLTablePartElement.cpp
+++ b/WebCore/html/HTMLTablePartElement.cpp
@@ -66,7 +66,7 @@ void HTMLTablePartElement::parseMappedAttribute(MappedAttribute *attr)
else if (attr->name() == backgroundAttr) {
String url = parseURL(attr->value());
if (!url.isEmpty())
- addCSSImageProperty(attr, CSS_PROP_BACKGROUND_IMAGE, document()->completeURL(url).string());
+ addCSSImageProperty(attr, CSS_PROP_BACKGROUND_IMAGE, document()->completeURL(url));
} else if (attr->name() == bordercolorAttr) {
if (!attr->value().isEmpty()) {
addCSSColor(attr, CSS_PROP_BORDER_COLOR, attr->value());