| Index: Source/core/svg/SVGFontFaceNameElement.cpp
|
| diff --git a/Source/core/svg/SVGFontFaceNameElement.cpp b/Source/core/svg/SVGFontFaceNameElement.cpp
|
| index 1f9a2e091dbfcd19f50e73c525704ad5808982a4..0ed16a7266f73dd0ee44a8b519f404e58f9138e7 100644
|
| --- a/Source/core/svg/SVGFontFaceNameElement.cpp
|
| +++ b/Source/core/svg/SVGFontFaceNameElement.cpp
|
| @@ -22,8 +22,8 @@
|
| #if ENABLE(SVG_FONTS)
|
| #include "SVGFontFaceNameElement.h"
|
|
|
| -#include "CSSFontFaceSrcValue.h"
|
| #include "SVGNames.h"
|
| +#include "core/css/CSSFontFaceSrcValue.h"
|
|
|
| namespace WebCore {
|
|
|
|
|