| Index: Source/core/html/HTMLOListElement.cpp | 
| diff --git a/Source/core/html/HTMLOListElement.cpp b/Source/core/html/HTMLOListElement.cpp | 
| index 6076ea1172a34365e987fb13f520826c2d422873..03675516a07b026b48c3e4c96dfb38d4d45bef16 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)); | 
| +    setIntegralAttribute(startAttr, start); | 
| } | 
|  | 
| void HTMLOListElement::updateItemValues() | 
|  |