| Index: Source/core/html/HTMLOListElement.cpp
|
| diff --git a/Source/core/html/HTMLOListElement.cpp b/Source/core/html/HTMLOListElement.cpp
|
| index 6076ea1172a34365e987fb13f520826c2d422873..29035150556824fcd7b0df5e57c54fddcc911387 100644
|
| --- a/Source/core/html/HTMLOListElement.cpp
|
| +++ b/Source/core/html/HTMLOListElement.cpp
|
| @@ -95,7 +95,7 @@ void HTMLOListElement::parseAttribute(const QualifiedName& name, const AtomicStr
|
|
|
| void HTMLOListElement::setStart(int start)
|
| {
|
| - setAttribute(startAttr, String::number(start));
|
| + setAttribute(startAttr, AtomicString::number(start));
|
| }
|
|
|
| void HTMLOListElement::updateItemValues()
|
|
|