summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/WebKit/Source/core/svg/SVGAltGlyphItemElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/WebKit/Source/core/svg/SVGAltGlyphItemElement.h')
-rw-r--r--chromium/third_party/WebKit/Source/core/svg/SVGAltGlyphItemElement.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/chromium/third_party/WebKit/Source/core/svg/SVGAltGlyphItemElement.h b/chromium/third_party/WebKit/Source/core/svg/SVGAltGlyphItemElement.h
index cf4c9b09180..41004697009 100644
--- a/chromium/third_party/WebKit/Source/core/svg/SVGAltGlyphItemElement.h
+++ b/chromium/third_party/WebKit/Source/core/svg/SVGAltGlyphItemElement.h
@@ -21,6 +21,7 @@
#define SVGAltGlyphItemElement_h
#if ENABLE(SVG_FONTS)
+#include "core/SVGNames.h"
#include "core/svg/SVGElement.h"
#include "wtf/Vector.h"
@@ -28,9 +29,9 @@ namespace WebCore {
class SVGAltGlyphItemElement FINAL : public SVGElement {
public:
- static PassRefPtr<SVGAltGlyphItemElement> create(Document&);
+ DECLARE_NODE_FACTORY(SVGAltGlyphItemElement);
- bool hasValidGlyphElements(Vector<String>& glyphNames) const;
+ bool hasValidGlyphElements(Vector<AtomicString>& glyphNames) const;
private:
explicit SVGAltGlyphItemElement(Document&);