| Index: Source/core/html/parser/BackgroundHTMLParser.h
|
| diff --git a/Source/core/html/parser/BackgroundHTMLParser.h b/Source/core/html/parser/BackgroundHTMLParser.h
|
| index d65f60ebc8f3df20fd0fc104204c0282a2babe85..cc9309e3d61b89af919d073a143e3560c8e6fb96 100644
|
| --- a/Source/core/html/parser/BackgroundHTMLParser.h
|
| +++ b/Source/core/html/parser/BackgroundHTMLParser.h
|
| @@ -54,7 +54,7 @@ public:
|
| OwnPtr<TextResourceDecoder> decoder;
|
| };
|
|
|
| - static void start(PassRefPtr<WeakReference<BackgroundHTMLParser> >, PassOwnPtr<Configuration>);
|
| + static void start(PassRefPtr<WeakReference<BackgroundHTMLParser>>, PassOwnPtr<Configuration>);
|
|
|
| struct Checkpoint {
|
| WeakPtr<HTMLDocumentParser> parser;
|
| @@ -68,7 +68,7 @@ public:
|
|
|
| void appendRawBytesFromParserThread(const char* data, int dataLength);
|
|
|
| - void appendRawBytesFromMainThread(PassOwnPtr<Vector<char> >);
|
| + void appendRawBytesFromMainThread(PassOwnPtr<Vector<char>>);
|
| void setDecoder(PassOwnPtr<TextResourceDecoder>);
|
| void flush();
|
| void resumeFrom(PassOwnPtr<Checkpoint>);
|
| @@ -79,7 +79,7 @@ public:
|
| void forcePlaintextForTextDocument();
|
|
|
| private:
|
| - BackgroundHTMLParser(PassRefPtr<WeakReference<BackgroundHTMLParser> >, PassOwnPtr<Configuration>);
|
| + BackgroundHTMLParser(PassRefPtr<WeakReference<BackgroundHTMLParser>>, PassOwnPtr<Configuration>);
|
| ~BackgroundHTMLParser();
|
|
|
| void appendDecodedBytes(const String&);
|
|
|