| Index: Source/core/html/parser/HTMLDocumentParser.h
|
| diff --git a/Source/core/html/parser/HTMLDocumentParser.h b/Source/core/html/parser/HTMLDocumentParser.h
|
| index b07a16c4f209de0a31973134db7269a86209088e..5eae651c9768e4ccc041ccbdc3cde1f7d96c9fab 100644
|
| --- a/Source/core/html/parser/HTMLDocumentParser.h
|
| +++ b/Source/core/html/parser/HTMLDocumentParser.h
|
| @@ -144,7 +144,7 @@ private:
|
| // ResourceClient
|
| virtual void notifyFinished(Resource*) OVERRIDE FINAL;
|
|
|
| - void startBackgroundParser();
|
| + void startBackgroundParser(PassRefPtr<MediaValues>);
|
| void stopBackgroundParser();
|
| void validateSpeculations(PassOwnPtr<ParsedChunk> lastChunk);
|
| void discardSpeculationsAndResumeFrom(PassOwnPtr<ParsedChunk> lastChunk, PassOwnPtr<HTMLToken>, PassOwnPtr<HTMLTokenizer>);
|
|
|