| Index: Source/core/svg/SVGStringList.h
|
| diff --git a/Source/core/svg/SVGStringList.h b/Source/core/svg/SVGStringList.h
|
| index a76f411ce4cf2474c09aef2fe179b27214119bca..f4c686c013461444fa7973d3947624e7f95e2da7 100644
|
| --- a/Source/core/svg/SVGStringList.h
|
| +++ b/Source/core/svg/SVGStringList.h
|
| @@ -22,8 +22,8 @@
|
| #define SVGStringList_h
|
|
|
| #if ENABLE(SVG)
|
| -#include "SVGPropertyTraits.h"
|
| #include "core/dom/QualifiedName.h"
|
| +#include "core/svg/properties/SVGPropertyTraits.h"
|
| #include <wtf/Vector.h>
|
|
|
| namespace WebCore {
|
|
|