diff options
Diffstat (limited to 'Source/WebCore/css/CSSPropertySourceData.h')
| -rw-r--r-- | Source/WebCore/css/CSSPropertySourceData.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/css/CSSPropertySourceData.h b/Source/WebCore/css/CSSPropertySourceData.h index 24daef4a9..469bdb630 100644 --- a/Source/WebCore/css/CSSPropertySourceData.h +++ b/Source/WebCore/css/CSSPropertySourceData.h @@ -31,12 +31,12 @@  #ifndef CSSPropertySourceData_h  #define CSSPropertySourceData_h -#include "PlatformString.h"  #include <utility>  #include <wtf/Forward.h>  #include <wtf/HashMap.h>  #include <wtf/RefCounted.h>  #include <wtf/Vector.h> +#include <wtf/text/WTFString.h>  namespace WebCore {  | 
