summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/WebKit/Source/core/svg/SVGAltGlyphDefElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/WebKit/Source/core/svg/SVGAltGlyphDefElement.h')
-rw-r--r--chromium/third_party/WebKit/Source/core/svg/SVGAltGlyphDefElement.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/chromium/third_party/WebKit/Source/core/svg/SVGAltGlyphDefElement.h b/chromium/third_party/WebKit/Source/core/svg/SVGAltGlyphDefElement.h
index e55794417b7..c6beca3e480 100644
--- a/chromium/third_party/WebKit/Source/core/svg/SVGAltGlyphDefElement.h
+++ b/chromium/third_party/WebKit/Source/core/svg/SVGAltGlyphDefElement.h
@@ -21,6 +21,7 @@
#define SVGAltGlyphDefElement_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 SVGAltGlyphDefElement FINAL : public SVGElement {
public:
- static PassRefPtr<SVGAltGlyphDefElement> create(Document&);
+ DECLARE_NODE_FACTORY(SVGAltGlyphDefElement);
- bool hasValidGlyphElements(Vector<String>& glyphNames) const;
+ bool hasValidGlyphElements(Vector<AtomicString>& glyphNames) const;
private:
explicit SVGAltGlyphDefElement(Document&);