| Index: Source/core/html/parser/HTMLParserIdioms.h
|
| diff --git a/Source/core/html/parser/HTMLParserIdioms.h b/Source/core/html/parser/HTMLParserIdioms.h
|
| index f487486d89ac8920b2bc6436735177d424052924..11dc5b72b4550db9610904e0c8295968d75ed74e 100644
|
| --- a/Source/core/html/parser/HTMLParserIdioms.h
|
| +++ b/Source/core/html/parser/HTMLParserIdioms.h
|
| @@ -60,7 +60,7 @@ 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&);
|
|
|
| -typedef Vector<pair<String, String> > HTMLAttributeList;
|
| +typedef Vector<pair<String, String>> HTMLAttributeList;
|
| // The returned encoding might not be valid.
|
| WTF::TextEncoding encodingFromMetaAttributes(const HTMLAttributeList&);
|
|
|
|
|