diff options
Diffstat (limited to 'WebCore/html/HTMLPreElement.cpp')
-rw-r--r-- | WebCore/html/HTMLPreElement.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/html/HTMLPreElement.cpp b/WebCore/html/HTMLPreElement.cpp index 5597e7f..23ecaaa 100644 --- a/WebCore/html/HTMLPreElement.cpp +++ b/WebCore/html/HTMLPreElement.cpp @@ -55,7 +55,7 @@ void HTMLPreElement::parseMappedAttribute(MappedAttribute *attr) // property. } else if (attr->name() == wrapAttr) { if (!attr->value().isNull()) - addCSSProperty(attr, CSS_PROP_WHITE_SPACE, CSS_VAL_PRE_WRAP); + addCSSProperty(attr, CSSPropertyWhiteSpace, CSSValuePreWrap); } else return HTMLElement::parseMappedAttribute(attr); } |