| Index: Source/core/svg/SVGFontFaceUriElement.cpp
|
| diff --git a/Source/core/svg/SVGFontFaceUriElement.cpp b/Source/core/svg/SVGFontFaceUriElement.cpp
|
| index 295150e22799dabdbc2c62327d666b0bf2ac55ec..eac4fd8d3459644626e2840326580cf0a326306b 100644
|
| --- a/Source/core/svg/SVGFontFaceUriElement.cpp
|
| +++ b/Source/core/svg/SVGFontFaceUriElement.cpp
|
| @@ -37,7 +37,6 @@ using namespace SVGNames;
|
| inline SVGFontFaceUriElement::SVGFontFaceUriElement(Document& document)
|
| : SVGElement(font_face_uriTag, document)
|
| {
|
| - ScriptWrappable::init(this);
|
| }
|
|
|
| DEFINE_NODE_FACTORY(SVGFontFaceUriElement)
|
|
|