| Index: Source/core/html/parser/HTMLMetaCharsetParser.h
|
| diff --git a/Source/core/html/parser/HTMLMetaCharsetParser.h b/Source/core/html/parser/HTMLMetaCharsetParser.h
|
| index 3393fca40d234bda8b3dbeedb0500c79b37623fc..6937a23eeb2ececad6c87f8e26fd9cb2531020a4 100644
|
| --- a/Source/core/html/parser/HTMLMetaCharsetParser.h
|
| +++ b/Source/core/html/parser/HTMLMetaCharsetParser.h
|
| @@ -34,6 +34,7 @@
|
|
|
| namespace WebCore {
|
|
|
| +class HTMLIdentifier;
|
| class HTMLTokenizer;
|
|
|
| class HTMLMetaCharsetParser {
|
| @@ -48,7 +49,7 @@ public:
|
|
|
| const WTF::TextEncoding& encoding() { return m_encoding; }
|
|
|
| - typedef Vector<pair<String, String> > AttributeList;
|
| + typedef Vector<pair<HTMLIdentifier, String> > AttributeList;
|
| // The returned encoding might not be valid.
|
| static WTF::TextEncoding encodingFromMetaAttributes(const AttributeList&
|
| );
|
|
|