Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / svg / SVGFontFaceFormatElement.cpp
index 61d7458..d1c68ea 100644 (file)
@@ -32,7 +32,6 @@ using namespace SVGNames;
 inline SVGFontFaceFormatElement::SVGFontFaceFormatElement(Document& document)
     : SVGElement(font_face_formatTag, document)
 {
-    ScriptWrappable::init(this);
 }
 
 DEFINE_NODE_FACTORY(SVGFontFaceFormatElement)