| Index: Source/core/svg/SVGFontFaceSrcElement.cpp
|
| diff --git a/Source/core/svg/SVGFontFaceSrcElement.cpp b/Source/core/svg/SVGFontFaceSrcElement.cpp
|
| index 0790fb8e939c89bede10b0bf9ea2797a4e9b3e46..3f495515629e4da4890d602931990504319ff1c8 100644
|
| --- a/Source/core/svg/SVGFontFaceSrcElement.cpp
|
| +++ b/Source/core/svg/SVGFontFaceSrcElement.cpp
|
| @@ -37,7 +37,6 @@ using namespace SVGNames;
|
| inline SVGFontFaceSrcElement::SVGFontFaceSrcElement(Document& document)
|
| : SVGElement(font_face_srcTag, document)
|
| {
|
| - ScriptWrappable::init(this);
|
| }
|
|
|
| DEFINE_NODE_FACTORY(SVGFontFaceSrcElement)
|
|
|