| Index: Source/core/svg/SVGAltGlyphDefElement.cpp
|
| diff --git a/Source/core/svg/SVGAltGlyphDefElement.cpp b/Source/core/svg/SVGAltGlyphDefElement.cpp
|
| index 346d94ecd24c7c7353e3b799afa7671189cb1c85..3e3cdaa6d2e67ce32477ff6a6da901e9a2d81af8 100644
|
| --- a/Source/core/svg/SVGAltGlyphDefElement.cpp
|
| +++ b/Source/core/svg/SVGAltGlyphDefElement.cpp
|
| @@ -29,12 +29,14 @@
|
|
|
| namespace WebCore {
|
|
|
| -SVGAltGlyphDefElement::SVGAltGlyphDefElement(Document& document)
|
| +inline SVGAltGlyphDefElement::SVGAltGlyphDefElement(Document& document)
|
| : SVGElement(SVGNames::altGlyphDefTag, document)
|
| {
|
| ScriptWrappable::init(this);
|
| }
|
|
|
| +DEFINE_NODE_FACTORY(SVGAltGlyphDefElement)
|
| +
|
| bool SVGAltGlyphDefElement::hasValidGlyphElements(Vector<AtomicString>& glyphNames) const
|
| {
|
| // Spec: http://www.w3.org/TR/SVG/text.html#AltGlyphDefElement
|
|
|