Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / svg / SVGGlyphRefElement.cpp
index 22650d4..9e82c04 100644 (file)
@@ -36,7 +36,6 @@ inline SVGGlyphRefElement::SVGGlyphRefElement(Document& document)
     , m_dx(0)
     , m_dy(0)
 {
-    ScriptWrappable::init(this);
 }
 
 DEFINE_NODE_FACTORY(SVGGlyphRefElement)