| Index: sky/engine/core/dom/DocumentParser.cpp
|
| diff --git a/sky/engine/core/dom/DocumentParser.cpp b/sky/engine/core/dom/DocumentParser.cpp
|
| index 0f0fde1ade7578eb1aca4d7cf4a5c6880760ad97..24fdbb6f10079336bc05d57d864c03e36740dbcb 100644
|
| --- a/sky/engine/core/dom/DocumentParser.cpp
|
| +++ b/sky/engine/core/dom/DocumentParser.cpp
|
| @@ -26,7 +26,6 @@
|
| #include "sky/engine/core/dom/DocumentParser.h"
|
|
|
| #include "sky/engine/core/dom/Document.h"
|
| -#include "sky/engine/core/html/parser/TextResourceDecoder.h"
|
| #include "sky/engine/wtf/Assertions.h"
|
|
|
| namespace blink {
|
| @@ -64,4 +63,3 @@ void DocumentParser::detach()
|
| }
|
|
|
| };
|
| -
|
|
|