| Index: Source/core/html/parser/HTMLParserIdioms.h
|
| diff --git a/Source/core/html/parser/HTMLParserIdioms.h b/Source/core/html/parser/HTMLParserIdioms.h
|
| index 4cfb3d4f62d69b7ebf059be6875da0930f412000..cd4fa9c11d4df6946ba5d5b34aec3d9cdc300d9c 100644
|
| --- a/Source/core/html/parser/HTMLParserIdioms.h
|
| +++ b/Source/core/html/parser/HTMLParserIdioms.h
|
| @@ -63,7 +63,7 @@ double parseToDoubleForNumberType(const String&, double fallbackValue = std::num
|
| bool parseHTMLInteger(const String&, int&);
|
|
|
| // http://www.whatwg.org/specs/web-apps/current-work/#rules-for-parsing-non-negative-integers
|
| -bool parseHTMLNonNegativeInteger(const String&, unsigned int&);
|
| +bool parseHTMLNonNegativeInteger(const String&, unsigned&);
|
|
|
| typedef Vector<pair<String, String> > HTMLAttributeList;
|
| // The returned encoding might not be valid.
|
|
|