Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / svg / SVGPathSeg.cpp
index 2babb63..246546f 100644 (file)
 
 #include "core/svg/SVGPathElement.h"
 
-namespace WebCore {
+namespace blink {
 
 SVGPathSeg::SVGPathSeg(SVGPathElement* contextElement)
     : m_ownerList(0)
     , m_contextElement(contextElement)
 {
-    ScriptWrappable::init(this);
 }
 
 void SVGPathSeg::commitChange()