diff options
Diffstat (limited to 'WebCore/svg/SVGAltGlyphElement.h')
-rw-r--r-- | WebCore/svg/SVGAltGlyphElement.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/svg/SVGAltGlyphElement.h b/WebCore/svg/SVGAltGlyphElement.h index 8cba5bd..cc5364b 100644 --- a/WebCore/svg/SVGAltGlyphElement.h +++ b/WebCore/svg/SVGAltGlyphElement.h @@ -23,9 +23,9 @@ #define SVGAltGlyphElement_h #if ENABLE(SVG_FONTS) -#include "AtomicString.h" #include "SVGTextPositioningElement.h" #include "SVGURIReference.h" +#include <wtf/text/AtomicString.h> namespace WebCore { |