diff options
Diffstat (limited to 'WebCore/rendering/style/ContentData.cpp')
-rw-r--r-- | WebCore/rendering/style/ContentData.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/rendering/style/ContentData.cpp b/WebCore/rendering/style/ContentData.cpp index 410cad4..b0f9e81 100644 --- a/WebCore/rendering/style/ContentData.cpp +++ b/WebCore/rendering/style/ContentData.cpp @@ -23,8 +23,8 @@ #include "ContentData.h" #include "CounterContent.h" -#include "StringImpl.h" #include "StyleImage.h" +#include <wtf/text/StringImpl.h> namespace WebCore { |