Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / svg / SVGFontFaceElement.cpp
index bedfee7..620dc58 100644 (file)
@@ -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());
 }