| Index: Source/core/svg/SVGFontFaceElement.cpp
|
| diff --git a/Source/core/svg/SVGFontFaceElement.cpp b/Source/core/svg/SVGFontFaceElement.cpp
|
| index bedfee7c9968a017bf54343958ec6c14e55f02a5..620dc58a324284017b9f2f737a18b7d98711c96a 100644
|
| --- a/Source/core/svg/SVGFontFaceElement.cpp
|
| +++ b/Source/core/svg/SVGFontFaceElement.cpp
|
| @@ -52,7 +52,6 @@ inline SVGFontFaceElement::SVGFontFaceElement(Document& document)
|
| , m_fontElement(nullptr)
|
| , m_weakFactory(this)
|
| {
|
| - ScriptWrappable::init(this);
|
| RefPtrWillBeRawPtr<MutableStylePropertySet> styleDeclaration = MutableStylePropertySet::create(HTMLStandardMode);
|
| m_fontFaceRule->setProperties(styleDeclaration.release());
|
| }
|
|
|