| Index: third_party/WebKit/Source/core/html/parser/BackgroundHTMLParser.h
|
| diff --git a/third_party/WebKit/Source/core/html/parser/BackgroundHTMLParser.h b/third_party/WebKit/Source/core/html/parser/BackgroundHTMLParser.h
|
| index b221b5b719686c31463144ae0b722d840053df09..d3f7c8e35122cac3318346fca2af5c60637cc812 100644
|
| --- a/third_party/WebKit/Source/core/html/parser/BackgroundHTMLParser.h
|
| +++ b/third_party/WebKit/Source/core/html/parser/BackgroundHTMLParser.h
|
| @@ -33,7 +33,6 @@
|
| #include "core/html/parser/HTMLPreloadScanner.h"
|
| #include "core/html/parser/HTMLSourceTracker.h"
|
| #include "core/html/parser/HTMLTreeBuilderSimulator.h"
|
| -#include "core/html/parser/ParsedChunkQueue.h"
|
| #include "core/html/parser/TextResourceDecoder.h"
|
| #include "core/html/parser/XSSAuditorDelegate.h"
|
| #include "wtf/PassOwnPtr.h"
|
| @@ -58,7 +57,6 @@
|
| OwnPtr<XSSAuditor> xssAuditor;
|
| OwnPtr<TokenPreloadScanner> preloadScanner;
|
| OwnPtr<TextResourceDecoder> decoder;
|
| - ParsedChunkQueue* parsedChunkQueue;
|
| // outstandingTokenLimit must be greater than or equal to
|
| // pendingTokenLimit
|
| size_t outstandingTokenLimit;
|
| @@ -121,7 +119,6 @@
|
| OwnPtr<TextResourceDecoder> m_decoder;
|
| DocumentEncodingData m_lastSeenEncodingData;
|
| OwnPtr<WebTaskRunner> m_loadingTaskRunner;
|
| - ParsedChunkQueue* m_parsedChunkQueue;
|
|
|
| bool m_startingScript;
|
| };
|
|
|