Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / svg / SVGSetElement.h
index a2cd048..05b6662 100644 (file)
 
 #include "core/svg/SVGAnimateElement.h"
 
-namespace WebCore {
+namespace blink {
 
 // SVGAnimateElement implements superset of the functionality.
 class SVGSetElement FINAL : public SVGAnimateElement {
 public:
-    static PassRefPtr<SVGSetElement> create(Document&);
+    DECLARE_NODE_FACTORY(SVGSetElement);
 
 private:
     explicit SVGSetElement(Document&);
     virtual void updateAnimationMode() OVERRIDE;
 };
 
-} // namespace WebCore
+} // namespace blink
 
 #endif