| Index: Source/core/svg/SVGGlyphElement.cpp
|
| diff --git a/Source/core/svg/SVGGlyphElement.cpp b/Source/core/svg/SVGGlyphElement.cpp
|
| index f91a29e9b0c51078a2efbe4d7bcfde8140622e69..39ac5766ffdc65fa8d026e1d9e220e001f12754a 100644
|
| --- a/Source/core/svg/SVGGlyphElement.cpp
|
| +++ b/Source/core/svg/SVGGlyphElement.cpp
|
| @@ -24,12 +24,12 @@
|
| #if ENABLE(SVG_FONTS)
|
| #include "SVGGlyphElement.h"
|
|
|
| -#include "Attribute.h"
|
| #include "SVGFontData.h"
|
| #include "SVGFontElement.h"
|
| #include "SVGFontFaceElement.h"
|
| #include "SVGNames.h"
|
| #include "SVGPathUtilities.h"
|
| +#include "core/dom/Attribute.h"
|
|
|
| namespace WebCore {
|
|
|
|
|