| Index: Source/core/svg/SVGElement.h
|
| diff --git a/Source/core/svg/SVGElement.h b/Source/core/svg/SVGElement.h
|
| index e276b499d816d5387ffcd7d4b959052370cc9cbf..5567af5cdd8b88ca7e474620b9e9df11bdb3779b 100644
|
| --- a/Source/core/svg/SVGElement.h
|
| +++ b/Source/core/svg/SVGElement.h
|
| @@ -25,9 +25,9 @@
|
| #if ENABLE(SVG)
|
| #include "SVGLocatable.h"
|
| #include "SVGParsingError.h"
|
| -#include "SVGPropertyInfo.h"
|
| #include "core/dom/StyledElement.h"
|
| #include "core/platform/Timer.h"
|
| +#include "core/svg/properties/SVGPropertyInfo.h"
|
| #include <wtf/HashMap.h>
|
|
|
| namespace WebCore {
|
|
|