| Index: sky/engine/core/dom/StyleElement.cpp
|
| diff --git a/sky/engine/core/dom/StyleElement.cpp b/sky/engine/core/dom/StyleElement.cpp
|
| index 739f34fd8932cb343c86422288bcd7fd206c92a2..97f9d02d454fe2069b55e10e8c075386b2f9c152 100644
|
| --- a/sky/engine/core/dom/StyleElement.cpp
|
| +++ b/sky/engine/core/dom/StyleElement.cpp
|
| @@ -27,10 +27,10 @@
|
| #include "core/css/StyleSheetContents.h"
|
| #include "core/dom/Document.h"
|
| #include "core/dom/Element.h"
|
| -#include "core/dom/ScriptableDocumentParser.h"
|
| #include "core/dom/StyleEngine.h"
|
| #include "core/frame/LocalFrame.h"
|
| #include "core/html/HTMLStyleElement.h"
|
| +#include "core/html/parser/HTMLDocumentParser.h"
|
| #include "platform/TraceEvent.h"
|
| #include "wtf/text/StringBuilder.h"
|
|
|
|
|