Upstream version 11.39.266.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / svg / SVGFontFaceNameElement.cpp
index 568d31d..12f65dd 100644 (file)
 
 #include "core/css/CSSFontFaceSrcValue.h"
 
-namespace WebCore {
+namespace blink {
 
 inline SVGFontFaceNameElement::SVGFontFaceNameElement(Document& document)
     : SVGElement(SVGNames::font_face_nameTag, document)
 {
-    ScriptWrappable::init(this);
 }
 
 DEFINE_NODE_FACTORY(SVGFontFaceNameElement)