| Index: Source/core/dom/Text.cpp
|
| diff --git a/Source/core/dom/Text.cpp b/Source/core/dom/Text.cpp
|
| index 3a383ff14187dd8d514065ef56ad63f359edd0db..71721f2f0d6bda5fdd78212a4f3744223fa27a8f 100644
|
| --- a/Source/core/dom/Text.cpp
|
| +++ b/Source/core/dom/Text.cpp
|
| @@ -34,7 +34,7 @@
|
| #include "core/rendering/svg/RenderSVGInlineText.h"
|
| #endif
|
|
|
| -#include "core/css/StyleResolver.h"
|
| +#include "core/css/resolver/StyleResolver.h"
|
| #include "core/rendering/style/StyleInheritedData.h"
|
| #include <wtf/text/CString.h>
|
| #include <wtf/text/StringBuilder.h>
|
|
|