| Index: Source/core/html/parser/HTMLDocumentParser.h
 | 
| diff --git a/Source/core/html/parser/HTMLDocumentParser.h b/Source/core/html/parser/HTMLDocumentParser.h
 | 
| index a6c23496baf914e399e00023ba2c7335677ecf4e..4a248f4e34200b3449561a8097382e690490d472 100644
 | 
| --- a/Source/core/html/parser/HTMLDocumentParser.h
 | 
| +++ b/Source/core/html/parser/HTMLDocumentParser.h
 | 
| @@ -135,7 +135,7 @@ private:
 | 
|      // CachedResourceClient
 | 
|      virtual void notifyFinished(CachedResource*);
 | 
|  
 | 
| -    void startBackgroundParser();
 | 
| +    void startBackgroundParser(PassRefPtr<MediaValues>);
 | 
|      void stopBackgroundParser();
 | 
|      void validateSpeculations(PassOwnPtr<ParsedChunk> lastChunk);
 | 
|      void discardSpeculationsAndResumeFrom(PassOwnPtr<ParsedChunk> lastChunk, PassOwnPtr<HTMLToken>, PassOwnPtr<HTMLTokenizer>);
 | 
| 
 |