| Index: sky/engine/core/html/parser/BackgroundHTMLParser.h
|
| diff --git a/sky/engine/core/html/parser/BackgroundHTMLParser.h b/sky/engine/core/html/parser/BackgroundHTMLParser.h
|
| index 50c3cad8fd29a5d6326c05e7a48d5737753cd2b4..c0b3a198c8ce764581e71af3df7e7244429ca0d6 100644
|
| --- a/sky/engine/core/html/parser/BackgroundHTMLParser.h
|
| +++ b/sky/engine/core/html/parser/BackgroundHTMLParser.h
|
| @@ -28,7 +28,6 @@
|
|
|
| #include "base/memory/weak_ptr.h"
|
| #include "core/html/parser/CompactHTMLToken.h"
|
| -#include "core/html/parser/HTMLParserOptions.h"
|
| #include "core/html/parser/HTMLTokenizer.h"
|
| #include "core/html/parser/TextResourceDecoder.h"
|
| #include "mojo/public/cpp/system/core.h"
|
| @@ -46,7 +45,6 @@ class BackgroundHTMLParser : public DataPipeDrainer::Client {
|
| WTF_MAKE_FAST_ALLOCATED;
|
| public:
|
| struct Configuration {
|
| - HTMLParserOptions options;
|
| mojo::ScopedDataPipeConsumerHandle source;
|
| WeakPtr<HTMLDocumentParser> parser;
|
| };
|
|
|